mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
refactor(FE): Show expedition vendor name in order detail
This commit is contained in:
Vendored
+6
@@ -42,6 +42,12 @@ export type PurchaseItem = {
|
||||
expedition_vendor_name?: string | null;
|
||||
received_qty?: number | null;
|
||||
transport_per_item?: number | null;
|
||||
expedition_vendor: {
|
||||
id: number;
|
||||
name: string;
|
||||
alias: string;
|
||||
category: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type BasePurchase = {
|
||||
|
||||
Reference in New Issue
Block a user