mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(webapp): fix credit note and receipt auto-increment
This commit is contained in:
@@ -36,6 +36,8 @@ export const defaultReceipt = {
|
||||
customer_id: '',
|
||||
deposit_account_id: '',
|
||||
receipt_number: '',
|
||||
// Holds the receipt number that entered manually only.
|
||||
receipt_number_manually: '',
|
||||
receipt_date: moment(new Date()).format('YYYY-MM-DD'),
|
||||
reference_no: '',
|
||||
receipt_message: '',
|
||||
|
||||
Reference in New Issue
Block a user