Update pdf_rouget.modules.php

Correction of units in the total weight
This commit is contained in:
Nicolas SILOBRE 2022-04-23 03:41:17 +02:00 committed by GitHub
parent 25fbd3b385
commit 5eb74772d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ class pdf_rouget extends ModelePdfExpedition
}
// Load traductions files required by page
$outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies", "propal", "deliveries", "sendings", "productbatch"));
$outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies", "propal", "deliveries", "sendings", "productbatch", "other"));
$nblines = count($object->lines);