Skip to content
Snippets Groups Projects
Commit 104b118b authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix event backdate

parent 0e59b32d
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ function addNewTransmission(prePath, docId, canCreateContact, langString, user)
"<p>" +
"<label>" + "Date de retour attendue" + "</label>" +
"<input type='hidden' name='withDelay" + size + "' id='withDelay" + size + "' value='' style='width: 75px' />" +
"<input type='text' name='transmissionBackDate" + size + "' id='transmissionBackDate" + size + "' onClick='showCalender(this);' onchange='checkBackDate(this)' value='' style='width: 75px' />" +
"<input type='text' name='transmissionBackDate" + size + "' id='transmissionBackDate" + size + "' onClick='showCalender(this);' onchange='checkBackDate(this)' onfocus='checkBackDate(this)' value='' style='width: 75px' />" +
"<select name='transmissionExpectedDate" + size + "' id='transmissionExpectedDate" + size + "' style='margin-left: 20px;width: 105px' onchange = 'hideInput(this.options[this.selectedIndex].value,transmissionBackDate" + size +")'/>" +
"<option value='EXP_RTURN'>Attente retour</option>" +
"<option value='NO_RTURN'>Pas de retour</option>" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment