refs #5213 description y traduccion
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
283aa91615
commit
23e150f244
|
@ -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
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue