File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 180
180
</div>
181
181
</div>
182
182
</div>
183
- <div class="col-sm-8">
184
- <div class="btn-group float-right">
183
+ <div class="col-md-8">
184
+ <?php if ($ client_url ) { ?>
185
+ <div class="float-right">
186
+ <div class="btn-group float-right">
187
+ <?php if ($ balance > 0 ) { ?>
188
+ <button type="button" class="btn btn-default" data-toggle="modal" data-target="#addBulkPaymentModal"><i class="fa fa-credit-card mr-2"></i>Batch Payment</button>
189
+ <?php } ?>
190
+ </div>
185
191
</div>
192
+ <?php } ?>
186
193
</div>
187
194
</div>
188
195
<div class="collapse mt-3 <?php if (!empty ($ _GET ['dtf ' ]) || $ _GET ['canned_date ' ] !== "custom " ) { echo "show " ; } ?> " id="advancedFilter">
380
387
381
388
<?php
382
389
require_once "modals/invoice_add_modal.php " ;
390
+ if ($ client_url ) { require_once "modals/invoice_payment_add_bulk_modal.php " ; }
383
391
require_once "modals/invoice_export_modal.php " ;
384
-
385
392
require_once "includes/footer.php " ;
386
-
You can’t perform that action at this time.
0 commit comments