removed dummy buttons

This commit is contained in:
gerard 2018-07-26 09:12:25 +02:00
parent a05347d768
commit 0f1227a47b
3 changed files with 7 additions and 9 deletions

View File

@ -16,9 +16,5 @@
<p>{{($ctrl.edit[0].quantity * $ctrl.edit[0].price)
- (($ctrl.newDiscount * ($ctrl.edit[0].quantity * $ctrl.edit[0].price))/100)
| currency:' €':2}}</p>
<vn-button
label="Save"
ng-click="$ctrl.hide()">
</vn-button>
</div>
</div>

View File

@ -237,10 +237,6 @@
<p>{{($ctrl.sale.quantity * $ctrl.editedPrice)
- (($ctrl.sale.discount * ($ctrl.sale.quantity * $ctrl.editedPrice))/100)
| currency:' €':2}}</p>
<vn-button
label="Save"
ng-click="$ctrl.updatePrice()">
</vn-button>
</div>
</div>
</vn-popover>

View File

@ -31,6 +31,12 @@ vn-ticket-sale {
vn-dialog.edit {
@extend vn-popover.edit;
&>div{
padding: 0!important;
}
vn-textfield {
width: 100%;
}
.buttons{
margin-top: 0!important;
}