mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
merge the chagnse to main
This commit is contained in:
parent
7a08cf2003
commit
00c8a9496a
2 changed files with 5 additions and 1 deletions
|
|
@ -80,7 +80,10 @@ for pipeline in pipelines.results:
|
|||
deal_name = hubspot.get_deal_name_by_id(deals["deal_id"])
|
||||
owner_name = "not assigned"
|
||||
if deals["deal_owner"]:
|
||||
owner_name = hubspot.get_owner_name_from_id(deals['deal_owner'])
|
||||
try:
|
||||
owner_name = hubspot.get_owner_name_from_id(deals['deal_owner'])
|
||||
except:
|
||||
owner_name = "Couldn't find owner information"
|
||||
|
||||
portal_id = 145275138
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ sp.move_deals_to_completed(deal_ids)
|
|||
P3) Write documentation for tech demos from Khalims demo
|
||||
|
||||
Tuesday
|
||||
P0) output the copy of rate card that was used
|
||||
P1) - Get read for demo, 3 examples of solar ( JJC AND SCIS), 3 examples of cavity wall ( SCIS and JJC) 12 in total
|
||||
P2) Review deem score with last weeks deem score values to ensure accuracy
|
||||
P3) Figure out what to do if I see an address that isn't registered but surveyrod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue