mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
save
This commit is contained in:
parent
516a3ed549
commit
05027c3328
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
version: '3.8'
|
||||
|
||||
|
||||
services:
|
||||
insight:
|
||||
init: true
|
||||
|
|
|
|||
|
|
@ -129,6 +129,9 @@ class HubSpotClient():
|
|||
'design_planned_week',
|
||||
'retrofit_design_status',
|
||||
'design_completion_date',
|
||||
'item_id__monday_com_',
|
||||
'funding_type',
|
||||
'coordination_status__stage_1_',
|
||||
]
|
||||
)
|
||||
|
||||
|
|
@ -258,7 +261,7 @@ class HubSpotClient():
|
|||
"amount",
|
||||
"hs_product_id",
|
||||
"invoice_reference",
|
||||
"invoiced"
|
||||
"invoiced",
|
||||
]
|
||||
)
|
||||
line_items.append(item.properties)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue