05/08/23 - 16h
parent
ce1e173476
commit
eb89038a2e
|
@ -1,14 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="01/08/230- 21h">
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="03/08/23 - 19h">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Inscription_mgt.py" beforeDir="false" afterPath="$PROJECT_DIR$/Inscription_mgt.py" 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$/Template/fiche_detail_stagiaire_tpl.html" beforeDir="false" afterPath="$PROJECT_DIR$/Template/fiche_detail_stagiaire_tpl.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/partners.py" beforeDir="false" afterPath="$PROJECT_DIR$/partners.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -72,13 +68,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1680804787304</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00009" summary="20/04/23 - 20h">
|
||||
<created>1682013957129</created>
|
||||
<option name="number" value="00009" />
|
||||
<option name="presentableId" value="LOCAL-00009" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1682013957129</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00010" summary="22/04/23 - 19h">
|
||||
<created>1682183786097</created>
|
||||
<option name="number" value="00010" />
|
||||
|
@ -415,7 +404,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1690918242182</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="58" />
|
||||
<task id="LOCAL-00058" summary="03/08/23 - 19h">
|
||||
<created>1691082545383</created>
|
||||
<option name="number" value="00058" />
|
||||
<option name="presentableId" value="LOCAL-00058" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1691082545384</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="59" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
|
@ -430,7 +426,6 @@
|
|||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="06/06/23 - 19h" />
|
||||
<MESSAGE value="08/06/23 - 21h" />
|
||||
<MESSAGE value="13/06/23 - 16h" />
|
||||
<MESSAGE value="13/06/23 - 21h21" />
|
||||
|
@ -455,6 +450,7 @@
|
|||
<MESSAGE value="29/07/23 - 29h" />
|
||||
<MESSAGE value="30/07/23 - 17h" />
|
||||
<MESSAGE value="01/08/230- 21h" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="01/08/230- 21h" />
|
||||
<MESSAGE value="03/08/23 - 19h" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="03/08/23 - 19h" />
|
||||
</component>
|
||||
</project>
|
3695
Log/log_file.log
3695
Log/log_file.log
File diff suppressed because it is too large
Load Diff
|
@ -550,7 +550,7 @@ def update_partner_account(file_logo=None, file_cachet=None, Folder=None, dictio
|
|||
'contact_mail', 'token', 'link_facebook', 'link_twitter', 'invoice_vat_num',
|
||||
'invoice_nom', 'invoice_adr_street', 'invoice_adr_city', 'invoice_adr_zip',
|
||||
'invoice_adr_country', 'invoice_email', 'invoice_telephone', 'invoice_vat_num',
|
||||
'siren', 'num_nda', 'iscertitrace', 'isdatadock', 'isqualiopi', 'website',
|
||||
'siret', 'num_nda', 'iscertitrace', 'isdatadock', 'isqualiopi', 'website',
|
||||
'isbureaucertitrace', 'iscertifvoltaire', 'file_logo_recid', 'file_cachet_recid']
|
||||
|
||||
|
||||
|
@ -610,8 +610,8 @@ def update_partner_account(file_logo=None, file_cachet=None, Folder=None, dictio
|
|||
if ("adr_country" in diction.keys()):
|
||||
mydata['adr_country'] = diction['adr_country']
|
||||
|
||||
if ("siren" in diction.keys()):
|
||||
mydata['siren'] = diction['siren']
|
||||
if ("siret" in diction.keys()):
|
||||
mydata['siret'] = diction['siret']
|
||||
|
||||
if ("num_nda" in diction.keys()):
|
||||
mydata['num_nda'] = diction['num_nda']
|
||||
|
|
Loading…
Reference in New Issue