Always show auto-bill bulk action
This commit is contained in:
parent
f6675dea6c
commit
13bce8de87
|
|
@ -1082,8 +1082,7 @@ abstract class InvoiceEntity extends Object
|
|||
actions.addAll([
|
||||
EntityAction.newPayment,
|
||||
EntityAction.markPaid,
|
||||
if (client != null && client.gatewayTokens.isNotEmpty)
|
||||
EntityAction.autoBill,
|
||||
EntityAction.autoBill,
|
||||
]);
|
||||
} else if (isCredit) {
|
||||
if (balanceOrAmount < 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue