mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: inject default message value to sales forms
This commit is contained in:
@@ -7,7 +7,6 @@ import { omit, first } from 'lodash';
|
||||
import { useFormikContext } from 'formik';
|
||||
import {
|
||||
defaultFastFieldShouldUpdate,
|
||||
transactionNumber,
|
||||
repeatValue,
|
||||
transformToForm,
|
||||
formattedAmount,
|
||||
@@ -50,7 +49,7 @@ export const defaultReceipt = {
|
||||
receipt_date: moment(new Date()).format('YYYY-MM-DD'),
|
||||
reference_no: '',
|
||||
receipt_message: '',
|
||||
statement: '',
|
||||
terms_conditions: '',
|
||||
closed: '',
|
||||
branch_id: '',
|
||||
warehouse_id: '',
|
||||
|
||||
Reference in New Issue
Block a user