Refactored how in house invoices are created IO-460
This commit is contained in:
@@ -183,7 +183,10 @@ function BillEnterModalContainer({
|
||||
0,
|
||||
}}
|
||||
>
|
||||
<BillFormContainer form={form} />
|
||||
<BillFormContainer
|
||||
form={form}
|
||||
disableInvNumber={billEnterModal.context.disableInvNumber}
|
||||
/>
|
||||
</Form>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user