This commit is contained in:
hysn99
2024-04-15 16:34:25 +03:00
parent bfcb484104
commit 9a801bbb18
5 changed files with 57 additions and 14 deletions

View File

@@ -42,9 +42,10 @@ export async function EditCompany(id, name, memberNumber, username, password) {
* @param companyID {number}
* @param month {number}
* @param year {number}
* @param devMode {boolean}
* @returns {Promise<void>}
**/
export async function Rpa(companyID, month, year) {
export async function Rpa(companyID, month, year, devMode) {
return Call.ByName("srv.Srv.Rpa", ...Array.prototype.slice.call(arguments, 0));
}