modifica la descripcion de la compensacion
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
19b35f5f6c
commit
84cd89d7f7
|
@ -96,5 +96,6 @@
|
|||
"Swift / BIC cannot be empty": "Swift / BIC cannot be empty",
|
||||
"Role name must be written in camelCase": "Role name must be written in camelCase",
|
||||
"Client assignment has changed": "I did change the salesperson ~*\"<{{previousWorkerName}}>\"*~ by *\"<{{currentWorkerName}}>\"* from the client [{{clientName}} ({{clientId}})]({{{url}}})",
|
||||
"None": "None"
|
||||
"None": "None",
|
||||
"error densidad = 0": "error densidad = 0"
|
||||
}
|
|
@ -87,7 +87,7 @@ module.exports = function(Self) {
|
|||
[
|
||||
args.compensationAccount,
|
||||
args.bankFk,
|
||||
accountingType.receiptDescription + args.compensationAccount,
|
||||
accountingType.receiptDescription + clientOriginal.accountingAccount,
|
||||
args.amountPaid,
|
||||
args.companyFk,
|
||||
clientOriginal.accountingAccount
|
||||
|
|
Loading…
Reference in New Issue