Skip to content

Commit

Permalink
added recurring export limit date
Browse files Browse the repository at this point in the history
  • Loading branch information
CihanSenturk committed Feb 23, 2024
1 parent a9f67f6 commit 8b61220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Exports/Banking/Sheets/Recurring.php
Expand Up @@ -27,6 +27,7 @@ public function fields(): array
'frequency',
'interval',
'started_at',
'limit_date',
'status',
'limit_by',
'limit_count',
Expand Down
1 change: 1 addition & 0 deletions app/Exports/Purchases/RecurringBills/Sheets/Recurring.php
Expand Up @@ -27,6 +27,7 @@ public function fields(): array
'frequency',
'interval',
'started_at',
'limit_date',
'status',
'limit_by',
'limit_count',
Expand Down
1 change: 1 addition & 0 deletions app/Exports/Sales/RecurringInvoices/Sheets/Recurring.php
Expand Up @@ -27,6 +27,7 @@ public function fields(): array
'frequency',
'interval',
'started_at',
'limit_date',
'status',
'limit_by',
'limit_count',
Expand Down

0 comments on commit 8b61220

Please sign in to comment.