2394 - Removed call to order_total() #358

Merged
carlosjr merged 4 commits from 2394-order_index_total into dev 2020-08-31 08:23:52 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 1b764e0b3a - Show all commits

View File

@ -58,7 +58,7 @@
</vn-th>
<vn-th shrink></vn-th>
<vn-th shrink></vn-th>
<vn-th number>Id</vn-th>
<vn-th number id="ticketId">Id</vn-th>
<vn-th>Quantity</vn-th>
<vn-th>Item</vn-th>
<vn-th number>Price</vn-th>
@ -102,9 +102,8 @@
ng-click="descriptor.show($event, sale.itemFk, sale.id)">
{{sale.itemFk}}
</span>
<vn-autocomplete ng-if="!sale.id"
<vn-autocomplete ng-if="!sale.id" class="dense"
vn-focus
vn-one
url="Items"
ng-model="sale.itemFk"
show-field="name"

View File

@ -53,6 +53,9 @@ vn-ticket-sale {
padding: 0!important;
}
}
#ticketId {
min-width: 150px
}
}
.vn-popover .transfer {
.vn-textfield {