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
|
@ -63,4 +63,5 @@ Consumption: Consumo
|
|||
Compensation Account: Cuenta para compensar
|
||||
Amount to return: Cantidad a devolver
|
||||
Delivered amount: Cantidad entregada
|
||||
Unpaid: Impagado
|
||||
Unpaid: Impagado
|
||||
There is no zona: No hay zona
|
|
@ -19,7 +19,14 @@ module.exports = Self => {
|
|||
}, {
|
||||
arg: 'itemId',
|
||||
type: 'Number',
|
||||
description: 'Item id'
|
||||
description: 'Item id',
|
||||
// descriptor
|
||||
get: function() {
|
||||
return this._itemId;
|
||||
},
|
||||
set: function(value) {
|
||||
this._itemId = value;
|
||||
}
|
||||
}, {
|
||||
arg: 'categoryId',
|
||||
type: 'Number',
|
||||
|
|
Loading…
Reference in New Issue