mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: enhance discount and adjustment validation in Bills and Vendor Credit controllers
This commit is contained in:
@@ -160,7 +160,7 @@ function EstimateForm({
|
||||
overflow: 'hidden',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
flex: 1
|
||||
flex: 1,
|
||||
})}
|
||||
>
|
||||
<PageForm flex={1}>
|
||||
@@ -177,7 +177,7 @@ function EstimateForm({
|
||||
</PageForm>
|
||||
|
||||
{/*------- Dialogs -------*/}
|
||||
{/* <EstimateFormDialogs /> */}
|
||||
<EstimateFormDialogs />
|
||||
|
||||
{/*------- Effects -------*/}
|
||||
<EstimateIncrementSyncSettingsToForm />
|
||||
|
||||
Reference in New Issue
Block a user