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-button
|
||||
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-button>
|
||||
<vn-button
|
||||
label="Import ticket"
|
||||
disabled="$ctrl.claim.claimStateFk == $ctrl.resolvedState"
|
||||
ng-click="$ctrl.showLastTickets($event)"
|
||||
vn-tooltip="Imports ticket lines">
|
||||
</vn-button>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Order created: Orden creada
|
|
@ -1,3 +1,4 @@
|
|||
Last entries: Últimas entradas
|
||||
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