refs #5213 description y traduccion
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-03-28 14:39:24 +02:00
parent 283aa91615
commit 23e150f244
2 changed files with 10 additions and 2 deletions

View File

@ -64,3 +64,4 @@ Compensation Account: Cuenta para compensar
Amount to return: Cantidad a devolver Amount to return: Cantidad a devolver
Delivered amount: Cantidad entregada Delivered amount: Cantidad entregada
Unpaid: Impagado Unpaid: Impagado
There is no zona: No hay zona

View File

@ -19,7 +19,14 @@ module.exports = Self => {
}, { }, {
arg: 'itemId', arg: 'itemId',
type: 'Number', type: 'Number',
description: 'Item id' description: 'Item id',
// descriptor
get: function() {
return this._itemId;
},
set: function(value) {
this._itemId = value;
}
}, { }, {
arg: 'categoryId', arg: 'categoryId',
type: 'Number', type: 'Number',