feat: add customer contract number to project view and update project query
This commit is contained in:
@@ -222,6 +222,7 @@ export function getProjectWithContract(id) {
|
||||
p.*,
|
||||
c.contract_number,
|
||||
c.contract_name,
|
||||
c.customer_contract_number,
|
||||
c.customer,
|
||||
c.investor,
|
||||
creator.name as created_by_name,
|
||||
|
||||
Reference in New Issue
Block a user