fix(webapp): payment receive auto-increment

This commit is contained in:
a.bouhuolia
2023-05-26 00:02:47 +02:00
parent e92c4486aa
commit c90ffed67f
10 changed files with 57 additions and 18 deletions

View File

@@ -36,6 +36,7 @@ export const defaultEstimate = {
estimate_date: moment(new Date()).format('YYYY-MM-DD'),
expiration_date: moment(new Date()).format('YYYY-MM-DD'),
estimate_number: '',
// Holds the estimate number that entered manually only.
estimate_number_manually: '',
delivered: '',
reference: '',