mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: add discount fields in sale and purchase forms
This commit is contained in:
@@ -63,6 +63,8 @@ export const defaultEstimate = {
|
||||
entries: [...repeatValue(defaultEstimateEntry, MIN_LINES_NUMBER)],
|
||||
attachments: [],
|
||||
pdf_template_id: '',
|
||||
discount: '',
|
||||
discount_type: 'amount'
|
||||
};
|
||||
|
||||
const ERRORS = {
|
||||
|
||||
Reference in New Issue
Block a user