Skip to content

Commit

Permalink
fix: translation
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Sep 4, 2024
1 parent 8754c42 commit 173f555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expedition/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';

// Load translation files required by the page
$langs->loadLangs(array("sendings", "deliveries", 'companies', 'bills', 'products'));
$langs->loadLangs(array("sendings", "deliveries", 'companies', 'bills', 'products', 'orders'));

$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'shipmentlist'; // To manage different context of search

Expand Down

0 comments on commit 173f555

Please sign in to comment.