2394 - Removed call to order_total() #358
|
@ -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"
|
||||
|
|
|
@ -53,6 +53,9 @@ vn-ticket-sale {
|
|||
padding: 0!important;
|
||||
}
|
||||
}
|
||||
#ticketId {
|
||||
min-width: 150px
|
||||
}
|
||||
}
|
||||
.vn-popover .transfer {
|
||||
.vn-textfield {
|
||||
|
|
Loading…
Reference in New Issue