fix quotes in bid meeting method
This commit is contained in:
parent
afcd9a3488
commit
e6033a1757
3 changed files with 5 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ def submit_bid_meeting_note_form(bid_meeting, project_template, fields, form_tem
|
|||
})
|
||||
new_bid_meeting_note_doc.insert(ignore_permissions=True)
|
||||
for field_row, field in zip(new_bid_meeting_note_doc.fields, fields):
|
||||
print(f"DEBUG: {field_row.label} - {field.get("label")}")
|
||||
print(f"DEBUG: {field_row.label} - {field.get('label')}")
|
||||
if not isinstance(field.get("value"), list):
|
||||
continue
|
||||
for item in field["value"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue