Ammends
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7e836e570f
commit
92b6318c79
|
@ -183,5 +183,6 @@
|
|||
"None": "Ninguno",
|
||||
"The contract was not active during the selected date": "El contrato no estaba activo durante la fecha seleccionada",
|
||||
"This document already exists on this ticket": "Este documento ya existe en el ticket",
|
||||
"Some of the selected tickets are not billable": "Algunos de los tickets seleccionados no son facturables"
|
||||
"Some of the selected tickets are not billable": "Algunos de los tickets seleccionados no son facturables",
|
||||
"You can't invoice tickets from multiple clients": "No puedes facturar tickets de multiples clientes"
|
||||
}
|
|
@ -168,7 +168,7 @@
|
|||
</vn-button>
|
||||
<vn-button class="round sm vn-mb-sm"
|
||||
icon="icon-invoices"
|
||||
ng-click="invoiceOptions.show($event)"
|
||||
ng-click="makeInvoiceConfirmation.show()"
|
||||
ng-show="$ctrl.totalChecked > 0"
|
||||
vn-tooltip="Make invoice..."
|
||||
tooltip-position="left"
|
||||
|
@ -182,23 +182,6 @@
|
|||
tooltip-position="left">
|
||||
</vn-button>
|
||||
</a>
|
||||
|
||||
<vn-menu vn-id="invoiceOptions">
|
||||
<vn-item
|
||||
name="makeQuickInvoice"
|
||||
ng-click="makeInvoiceConfirmation.show()"
|
||||
ng-show="$ctrl.totalChecked === 1"
|
||||
translate>
|
||||
Quick invoice
|
||||
</vn-item>
|
||||
<vn-item
|
||||
ng-click="makeInvoiceConfirmation.show()"
|
||||
ng-show="$ctrl.totalChecked > 1"
|
||||
name="makeInvoice"
|
||||
translate>
|
||||
Multiple invoice
|
||||
</vn-item>
|
||||
</vn-menu>
|
||||
</vn-vertical>
|
||||
</div>
|
||||
<vn-popup vn-id="summary">
|
||||
|
|
Loading…
Reference in New Issue