fix(webapp): vendor/customer edit opening balance

This commit is contained in:
Ahmed Bouhuolia
2026-01-27 22:06:57 +02:00
parent 0fc5a66e95
commit 488556bb59
6 changed files with 48 additions and 48 deletions

View File

@@ -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.