Skip to content

Commit

Permalink
add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Sep 18, 2024
1 parent 768be93 commit 70a6fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
print '<td>'.$langs->trans("LatestSupplierTemplateInvoices", ($num <= $MAXLIST ? "" : $MAXLIST)).'</td>';
print '<td class="right">';
print '<a class="notasortlink" href="'.DOL_URL_ROOT.'/fourn/facture/list-rec.php?socid='.$object->id.'">';
print '<span class="hideonsmartphone">'.$langs->trans("AllSupplierTempateInvoices").'</span><span class="badge marginleftonlyshort">'.$num.'</span></a></td>';
print '<span class="hideonsmartphone">'.$langs->trans("AllSupplierTemplateInvoices").'</span><span class="badge marginleftonlyshort">'.$num.'</span></a></td>';
print '</tr></table>';
print '</td>';
print '</tr>';
Expand Down

0 comments on commit 70a6fd0

Please sign in to comment.