mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
feat(FE): Add "has_chickin" property to disable quantity editing
This commit is contained in:
Vendored
+1
@@ -50,6 +50,7 @@ export type PurchaseItem = {
|
||||
expedition_vendor_name?: string | null;
|
||||
received_qty?: number | null;
|
||||
transport_per_item?: number | null;
|
||||
has_chickin?: boolean;
|
||||
expedition_vendor?: {
|
||||
id?: number;
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user