changes
This commit is contained in:
parent
f00643505d
commit
a7fcd8a1bf
|
@ -64,7 +64,7 @@
|
|||
<vn-th ng-click="$ctrl.sortBy('visible')" field="visible" shrink>Visible</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('available')" field="available" shrink>Available</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('itemFk')" field="itemFk">Id</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('quantity')" field="quantity" ng-click="cambiarOrden('quantity')" shrink>Quantity</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('quantity')" field="quantity" shrink>Quantity</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('concept')" field="concept" expand>Item</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('price')" field="price" number>Price</vn-th>
|
||||
<vn-th ng-click="$ctrl.sortBy('discount')" field="discount" number>Disc</vn-th>
|
||||
|
@ -233,7 +233,7 @@
|
|||
vn-tooltip="Add item"
|
||||
vn-bind="+"
|
||||
icon="add_circle"
|
||||
ng-click="$ctrl.cambiarOrden('quantity')"
|
||||
ng-click="$ctrl.add()"
|
||||
disabled="!$ctrl.isEditable">
|
||||
</vn-icon-button>
|
||||
</div>
|
||||
|
@ -481,7 +481,7 @@
|
|||
on-accept="$ctrl.transferSales($ctrl.transfer.ticketId)">
|
||||
</vn-confirm>
|
||||
|
||||
<vn-confirm
|
||||
<vn-confirm
|
||||
vn-id="claimConfirm"
|
||||
question="Do you want to continue?"
|
||||
message="Claim out of time"
|
||||
|
@ -510,7 +510,7 @@
|
|||
ng-click="$ctrl.createClaim()"
|
||||
ng-if="$ctrl.isClaimable">
|
||||
Add claim
|
||||
|
||||
|
||||
</vn-item>
|
||||
<vn-item translate
|
||||
name="reserve"
|
||||
|
|
Loading…
Reference in New Issue