refactor: html
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-01-25 10:14:37 +01:00
parent 6ea1415895
commit 77340c8459
1 changed files with 1 additions and 3 deletions

View File

@ -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>