Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-nicolasV committed Oct 21, 2024
1 parent a1d46d6 commit c21eb66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/supplier_proposal/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,6 @@
print '<table class="nobordernopadding" width="100%"><tr><td>';
print $langs->trans('DeliveryDate');
print '</td>';
// Pourquoi avoir une régle diffrente des autres champs pour l'edition de la date ?
if ($action != 'editdate_livraison' && $object->statut != SupplierProposal::STATUS_NOTSIGNED) {
print '<td class="right"><a class="editfielda" href="'.$_SERVER["PHP_SELF"].'?action=editdate_livraison&token='.newToken().'&id='.$object->id.'">'.img_edit($langs->transnoentitiesnoconv('SetDeliveryDate'), 1).'</a></td>';
}
Expand Down

0 comments on commit c21eb66

Please sign in to comment.