refs #4764 service ant
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-07-05 07:36:01 +02:00
parent 3b81198a05
commit f42273006c
1 changed files with 4 additions and 4 deletions

View File

@ -24,19 +24,19 @@
</vn-watcher>
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<vn-card class="vn-pa-lg">
<vn-horizontal ng-repeat="service in $ctrl.services">
<vn-button-bar>
<vn-button
disabled="!watcher.dataChanged() || !$ctrl.isDataSaved"
disabled="!watcher.dataChanged() || !$ctrl.hasSelectedServices() || !$ctrl.isDataSaved"
label="Pay"
ng-click="$ctrl.createRefund()"
vn-acl="invoicing, claimManager, salesAssistant"
vn-acl-action="remove">
</vn-button>
</vn-button-bar>
<!-- <vn-check tabindex="1"
<vn-horizontal ng-repeat="service in $ctrl.services">
<vn-check tabindex="1"
ng-model="service.checked">
</vn-check> -->
</vn-check>
<vn-autocomplete vn-two vn-focus
data="ticketServiceTypes"
label="Description"