refactor: html
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
6ea1415895
commit
77340c8459
|
@ -87,8 +87,6 @@
|
|||
label="Max date"
|
||||
ng-model="$ctrl.invoice.maxShipped">
|
||||
</vn-date-picker>
|
||||
</vn-vertical>
|
||||
<vn-vertical>
|
||||
<vn-autocomplete
|
||||
url="Companies"
|
||||
label="Company"
|
||||
|
@ -104,8 +102,8 @@
|
|||
where="{isLabeler: false}"
|
||||
ng-model="$ctrl.invoice.printerFk">
|
||||
</vn-autocomplete>
|
||||
<vn-submit vn-id="invoiceButton" ng-click="$ctrl.makeInvoice()" label="Invoice out"></vn-submit>
|
||||
</vn-vertical>
|
||||
<vn-submit vn-id="invoiceButton" ng-click="$ctrl.makeInvoice()" label="Invoice out" class="vn-mt-sm" ></vn-submit>
|
||||
</form>
|
||||
</vn-side-menu>
|
||||
|
||||
|
|
Loading…
Reference in New Issue