Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
commit
0bc2f9394f
|
@ -18,11 +18,13 @@
|
||||||
<vn-tool-bar margin-medium-bottom>
|
<vn-tool-bar margin-medium-bottom>
|
||||||
<vn-button
|
<vn-button
|
||||||
label="Import claim"
|
label="Import claim"
|
||||||
vn-http-click="$ctrl.importToNewRefundTicket()"
|
disabled="$ctrl.claim.claimStateFk == $ctrl.resolvedState"
|
||||||
|
vn-http-click="$ctrl.importToNewRefundTicket()"p
|
||||||
vn-tooltip="Imports claim details">
|
vn-tooltip="Imports claim details">
|
||||||
</vn-button>
|
</vn-button>
|
||||||
<vn-button
|
<vn-button
|
||||||
label="Import ticket"
|
label="Import ticket"
|
||||||
|
disabled="$ctrl.claim.claimStateFk == $ctrl.resolvedState"
|
||||||
ng-click="$ctrl.showLastTickets($event)"
|
ng-click="$ctrl.showLastTickets($event)"
|
||||||
vn-tooltip="Imports ticket lines">
|
vn-tooltip="Imports ticket lines">
|
||||||
</vn-button>
|
</vn-button>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Order created: Orden creada
|
|
@ -1,3 +1,4 @@
|
||||||
Last entries: Últimas entradas
|
Last entries: Últimas entradas
|
||||||
Qty.: Cant.
|
Qty.: Cant.
|
||||||
Wrong quantity: Cantidad errónea
|
Wrong quantity: Cantidad errónea
|
||||||
|
First you must add some quantity: Primero debes agregar alguna cantidad
|
Loading…
Reference in New Issue