Skip to content

Commit

Permalink
Remove the due date category and move it settings to "Document detail…
Browse files Browse the repository at this point in the history
…s" category
  • Loading branch information
MohamadNateqi committed Oct 1, 2024
1 parent 76366e4 commit dc1df4f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions includes/documents/class-wcpdf-invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -604,13 +604,8 @@ public function get_settings_categories(): array {
'display_shipping_address',
'display_date',
'display_number',
'next_invoice_number' // this should follow 'display_number'
)
),
'due_date' => array(
'title' => __( 'Due date', 'woocommerce-pdf-invoices-packing-slips' ),
'members' => array(
'due_date',
'next_invoice_number', // this should follow 'display_number'
'due_date'
)
),
'admin_display' => array(
Expand Down

0 comments on commit dc1df4f

Please sign in to comment.