This commit is contained in:
Laurent Destailleur 2023-04-10 12:09:52 +02:00
parent eb187052e8
commit 89f6906851
2 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ ActionAC_SUP_ORD=Send purchase order by mail
ActionAC_SUP_INV=Send vendor invoice by mail ActionAC_SUP_INV=Send vendor invoice by mail
ActionAC_OTH=Other ActionAC_OTH=Other
ActionAC_OTH_AUTO=Other auto ActionAC_OTH_AUTO=Other auto
ActionAC_MANUAL=Manually inserted events ActionAC_MANUAL=Events inserted manually (by a user)
ActionAC_AUTO=Automatically inserted events ActionAC_AUTO=Events inserted automatically
ActionAC_OTH_AUTOShort=Other ActionAC_OTH_AUTOShort=Other
ActionAC_EVENTORGANIZATION=Event organization events ActionAC_EVENTORGANIZATION=Event organization events
Stats=Sales statistics Stats=Sales statistics

View File

@ -1157,9 +1157,9 @@ if ($action == 'create' && $user->rights->projet->creer) {
if (!empty($object->usage_task) && !empty($object->lines)) { if (!empty($object->usage_task) && !empty($object->lines)) {
print ' <span id="divreportdate" class="hidden">&nbsp; &nbsp; <input type="checkbox" class="valignmiddle" id="reportdate" name="reportdate" value="yes" '; print ' <span id="divreportdate" class="hidden">&nbsp; &nbsp; <input type="checkbox" class="valignmiddle" id="reportdate" name="reportdate" value="yes" ';
if ($comefromclone) { if ($comefromclone) {
print ' checked '; print 'checked ';
} }
print '/><label for="reportdate" class="opacitymedium">'.$langs->trans("ProjectReportDate").'</label></span>'; print '/><label for="reportdate" class="valignmiddle opacitymedium">'.$langs->trans("ProjectReportDate").'</label></span>';
} }
print '</td></tr>'; print '</td></tr>';