mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Order extra lines (#632)
* Define classes for extra line item * Display PO extra line items - Also, some refactoring * Support extra line items for sales order * linting fixes * Update release notes
This commit is contained in:
parent
25d7ac9189
commit
72a78291b2
34 changed files with 642 additions and 193 deletions
|
|
@ -1463,7 +1463,7 @@ class _APIFormWidgetState extends State<APIFormWidget> {
|
|||
// Form submission / validation error
|
||||
showSnackIcon(
|
||||
L10().formError,
|
||||
success: false
|
||||
success: false,
|
||||
);
|
||||
|
||||
// Update field errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue