Skip to content

Commit

Permalink
feat: Optionally validate if check number has been used already
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan committed Jan 11, 2024
1 parent 7a76063 commit 875125f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"number_of_invoices_per_voucher",
"split_by_address",
"automatically_release_on_hold_invoices",
"file_preview_threshold",
"default_modes_of_payment_section_section",
"purchase_invoice",
"journal_entry",
Expand Down Expand Up @@ -218,13 +217,6 @@
"fieldname": "validate_unique_check_number",
"fieldtype": "Check",
"label": "Validate Unique Check Number"
},
{
"default": "1000",
"description": "File preview is enabled up to this number of transactions",
"fieldname": "file_preview_threshold",
"fieldtype": "Int",
"label": "File Preview Threshold"
}
],
"links": [],
Expand Down

0 comments on commit 875125f

Please sign in to comment.