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:
Matthias Mair
2026-04-22 16:53:31 +10:00
committed by GitHub
co-authored by Oliver
parent 6cb0cfbfcc
commit d8cd1849ba
4 changed files with 111 additions and 11 deletions
+1
View File
@@ -114,6 +114,7 @@ export type ApiFormFieldType = {
placeholderAutofill?: boolean;
placeholderWarningCompare?: string | number;
placeholderWarning?: string;
addCreateFields?: ApiFormFieldSet;
description?: string;
preFieldContent?: JSX.Element;
postFieldContent?: JSX.Element;