Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
This commit is contained in:
commit
0db65597fd
@ -64,7 +64,7 @@ class modProductBatch extends DolibarrModules
|
|||||||
// Data directories to create when module is enabled.
|
// Data directories to create when module is enabled.
|
||||||
$this->dirs = array();
|
$this->dirs = array();
|
||||||
|
|
||||||
// Config pages. Put here list of php page, stored into productdluo/admin directory, to use to setup module.
|
// Config pages. Put here list of php page, stored into /product/admin/ directory, to setup the module.
|
||||||
$this->config_page_url = array("product_lot_extrafields.php@product");
|
$this->config_page_url = array("product_lot_extrafields.php@product");
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
|
|||||||
@ -1367,7 +1367,7 @@ BillsNumberingModule=Invoices and credit notes numbering model
|
|||||||
BillsPDFModules=Invoice documents models
|
BillsPDFModules=Invoice documents models
|
||||||
BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
|
BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
|
||||||
PaymentsPDFModules=Payment documents models
|
PaymentsPDFModules=Payment documents models
|
||||||
ForceInvoiceDate=Force invoice date to validation date
|
ForceInvoiceDate=Force invoice date to validation date (forcing is possible only the first time an invoice is validated)
|
||||||
SuggestedPaymentModesIfNotDefinedInInvoice=Suggested payments mode on invoice by default if not defined on the invoice
|
SuggestedPaymentModesIfNotDefinedInInvoice=Suggested payments mode on invoice by default if not defined on the invoice
|
||||||
SuggestPaymentByRIBOnAccount=Suggest payment by withdrawal on account
|
SuggestPaymentByRIBOnAccount=Suggest payment by withdrawal on account
|
||||||
SuggestPaymentByChequeToAddress=Suggest payment by check to
|
SuggestPaymentByChequeToAddress=Suggest payment by check to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user