diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index d250049befc..fc1e3534a1f 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -25,6 +25,8 @@ require("./pre.inc.php"); require("../contact.class.php"); $langs->load("companies"); +$langs->load("suppliers"); +$langs->load("orders"); llxHeader();