This commit is contained in:
Laurent Destailleur 2020-08-18 14:13:36 +02:00
parent 0172b76ea3
commit 6ce9d573e2
2 changed files with 2 additions and 1 deletions

View File

@ -494,7 +494,7 @@ if ($virtualdiffersfromphysical)
* Document templates generators
*/
print load_fiche_titre($langs->trans("WarehouseModelModule"), '', '');
print load_fiche_titre($langs->trans("WarehouseModelModules"), '', '');
// Load array def with activated templates
$def = array();

View File

@ -1864,6 +1864,7 @@ ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version
ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so contains only bug fixes. We recommend all users to upgrade to this version. A maintenance release does not introduce new features or changes to the database. You may download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read the <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
MultiPriceRuleDesc=When option "Several levels of prices per product/service" is enabled, you can define different prices (one per price level) for each product. To save you time, here you may enter a rule to autocalculate a price for each level based on the price of the first level, so you will have to only enter a price for the first level for each product. This page is designed to save you time but is useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
ModelModulesProduct=Templates for product documents
WarehouseModelModules=Templates for documents of warehouses
ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto-define the barcode number.
SeeSubstitutionVars=See * note for list of possible substitution variables
SeeChangeLog=See ChangeLog file (english only)