update
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user