mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
feat(FE): Add support for displaying DO number in MarketingTable
This commit is contained in:
+2
@@ -17,6 +17,8 @@ export type BaseMarketing = {
|
||||
status?: string;
|
||||
so_number: string;
|
||||
so_date: string;
|
||||
do_number?: string;
|
||||
do_date?: string;
|
||||
customer: Customer;
|
||||
sales_person: CreatedUser;
|
||||
notes: string;
|
||||
|
||||
Reference in New Issue
Block a user