mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
feat(frontend): add inline create modal to PurchaseOrderLineItem dialog (#11778)
* feat(frontend): add inline create modal to PurchaseOrderLineItem dialog fixes https://github.com/invenhost/InvenTree/issues/299 * add changelog * implement suggested fix Co-authored-by: Oliver <oliver.henry.walters@gmail.com> --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@@ -114,6 +114,7 @@ export type ApiFormFieldType = {
|
||||
placeholderAutofill?: boolean;
|
||||
placeholderWarningCompare?: string | number;
|
||||
placeholderWarning?: string;
|
||||
addCreateFields?: ApiFormFieldSet;
|
||||
description?: string;
|
||||
preFieldContent?: JSX.Element;
|
||||
postFieldContent?: JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user