18/09/2024 - 21h
parent
a8b81b961c
commit
1a0233a17a
|
@ -4,7 +4,7 @@
|
|||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="15/09/2024 - 18:00">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/class_mgt.py" beforeDir="false" afterPath="$PROJECT_DIR$/class_mgt.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/partner_order.py" beforeDir="false" afterPath="$PROJECT_DIR$/partner_order.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
15046
Log/log_file.log
15046
Log/log_file.log
File diff suppressed because it is too large
Load Diff
|
@ -8682,11 +8682,12 @@ def Create_Automatic_Quotation(diction):
|
|||
prospect_contact_data['token'] = str(my_partner['token'])
|
||||
|
||||
|
||||
#print(" ### prospect_contact_data data = ", prospect_contact_data)
|
||||
print(" ### prospect_contact_data data = ", prospect_contact_data)
|
||||
|
||||
retval_status_add_contact, retval_retval_add_contact = Contact.Add_Contact(prospect_contact_data)
|
||||
|
||||
if( retval_status_add_contact is False ):
|
||||
return retval_status_add_contact, retval_retval_add_contact
|
||||
return retval_status_add_contact, retval_retval_add_contact, False
|
||||
|
||||
#print(" ### retval_retval_add_contact = ", retval_retval_add_contact)
|
||||
|
||||
|
|
Loading…
Reference in New Issue