mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix(webapp): vendor/customer edit opening balance
This commit is contained in:
@@ -44,6 +44,7 @@ function CustomerOpeningBalanceForm({
|
||||
const handleFormSubmit = (values, { setSubmitting, setErrors }) => {
|
||||
const formValues = {
|
||||
...values,
|
||||
opening_balance_at: moment(values.opening_balance_at).format('YYYY-MM-DD'),
|
||||
};
|
||||
|
||||
// Handle request response success.
|
||||
|
||||
Reference in New Issue
Block a user