Skip to content

Commit

Permalink
FIX help on PDF condition of sales for customer order (#31892)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvessiller-opendsi authored Nov 15, 2024
1 parent c72efea commit 0fa956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/pdf_other.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
print '<table summary="more" class="noborder centpercent">';
print '<tr class="liste_titre"><td class="titlefieldmiddle">'.$langs->trans("Parameters").'</td><td width="200px">'.$langs->trans("Value").'</td></tr>';
print '<tr class="oddeven"><td>';
print $form->textwithpicto($langs->trans("MAIN_PDF_ADD_TERMSOFSALE_ORDER"), '');
print $form->textwithpicto($langs->trans("MAIN_PDF_ADD_TERMSOFSALE_ORDER"), $langs->trans("PdfAddTermOfSaleHelp"));
print '</td><td>';
if ($conf->use_javascript_ajax) {
print ajax_constantonoff('MAIN_PDF_ADD_TERMSOFSALE_ORDER');
Expand Down

0 comments on commit 0fa956a

Please sign in to comment.