FIX : Fixing PR returns
This commit is contained in:
parent
5bee821726
commit
194959c61c
@ -131,7 +131,6 @@ class modFournisseur extends DolibarrModules
|
|||||||
|
|
||||||
$arraydate = dol_getdate(dol_now());
|
$arraydate = dol_getdate(dol_now());
|
||||||
$datestart = dol_mktime(23, 0, 0, $arraydate['mon'], $arraydate['mday'], $arraydate['year']);
|
$datestart = dol_mktime(23, 0, 0, $arraydate['mon'], $arraydate['mday'], $arraydate['year']);
|
||||||
include DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture-rec.class.php';
|
|
||||||
$this->cronjobs = array(
|
$this->cronjobs = array(
|
||||||
0 => array(
|
0 => array(
|
||||||
'label'=>'RecurringSupplierInvoices',
|
'label'=>'RecurringSupplierInvoices',
|
||||||
|
|||||||
@ -9,6 +9,7 @@ ErrorBadMXDomain=Email %s seems incorrect (domain has no valid MX record)
|
|||||||
ErrorBadUrl=Url %s is incorrect
|
ErrorBadUrl=Url %s is incorrect
|
||||||
ErrorBadValueForParamNotAString=Bad value for your parameter. It appends generally when translation is missing.
|
ErrorBadValueForParamNotAString=Bad value for your parameter. It appends generally when translation is missing.
|
||||||
ErrorRefAlreadyExists=Reference <b>%s</b> already exists.
|
ErrorRefAlreadyExists=Reference <b>%s</b> already exists.
|
||||||
|
ErrorTitleAlreadyExists=Title <b>%s</b> already exists.
|
||||||
ErrorLoginAlreadyExists=Login %s already exists.
|
ErrorLoginAlreadyExists=Login %s already exists.
|
||||||
ErrorGroupAlreadyExists=Group %s already exists.
|
ErrorGroupAlreadyExists=Group %s already exists.
|
||||||
ErrorEmailAlreadyExists=Email %s already exists.
|
ErrorEmailAlreadyExists=Email %s already exists.
|
||||||
|
|||||||
@ -47,3 +47,10 @@ BuyerName=Buyer name
|
|||||||
AllProductServicePrices=All product / service prices
|
AllProductServicePrices=All product / service prices
|
||||||
AllProductReferencesOfSupplier=All references of vendor
|
AllProductReferencesOfSupplier=All references of vendor
|
||||||
BuyingPriceNumShort=Vendor prices
|
BuyingPriceNumShort=Vendor prices
|
||||||
|
RepeatableSupplierInvoice=Template supplier invoice
|
||||||
|
RepeatableSupplierInvoices=Template supplier invoices
|
||||||
|
RepeatableSupplierInvoicesList=Template supplier invoices
|
||||||
|
RecurringSupplierInvoices=Recurring supplier invoices
|
||||||
|
ToCreateAPredefinedSupplierInvoice=In order to create template supplier invoice, you must create a standard invoice, then, without validating it, click on the "%s" button.
|
||||||
|
GeneratedFromSupplierTemplate=Generated from supplier invoice template %s
|
||||||
|
SupplierInvoiceGeneratedFromTemplate=Supplier invoice %s Generated from supplier invoice template %s
|
||||||
@ -9,7 +9,6 @@ ErrorBadMXDomain=L'email %s semble incorrect (domaine n'a pas d'enregistrement M
|
|||||||
ErrorBadUrl=L'URL '%s' est invalide
|
ErrorBadUrl=L'URL '%s' est invalide
|
||||||
ErrorBadValueForParamNotAString=Mauvaise valeur de paramètre. Ceci arrive lors d'une tentative de traduction d'une clé non renseignée.
|
ErrorBadValueForParamNotAString=Mauvaise valeur de paramètre. Ceci arrive lors d'une tentative de traduction d'une clé non renseignée.
|
||||||
ErrorRefAlreadyExists=La référence <b>%s</b> existe déjà.
|
ErrorRefAlreadyExists=La référence <b>%s</b> existe déjà.
|
||||||
ErrorTitleAlreadyExists=Le titre <b>%s</b> existe déjà.
|
|
||||||
ErrorLoginAlreadyExists=L'identifiant %s existe déjà.
|
ErrorLoginAlreadyExists=L'identifiant %s existe déjà.
|
||||||
ErrorGroupAlreadyExists=Le groupe %s existe déjà.
|
ErrorGroupAlreadyExists=Le groupe %s existe déjà.
|
||||||
ErrorEmailAlreadyExists=L'e-mail %s existe déjà.
|
ErrorEmailAlreadyExists=L'e-mail %s existe déjà.
|
||||||
|
|||||||
@ -47,10 +47,3 @@ BuyerName=Nom de l'acheteur
|
|||||||
AllProductServicePrices=Tous les prix du produits / service
|
AllProductServicePrices=Tous les prix du produits / service
|
||||||
AllProductReferencesOfSupplier=Toutes les références du fournisseur
|
AllProductReferencesOfSupplier=Toutes les références du fournisseur
|
||||||
BuyingPriceNumShort=Prix fournisseurs
|
BuyingPriceNumShort=Prix fournisseurs
|
||||||
RepeatableSupplierInvoice=Facture fournisseur modèle
|
|
||||||
RepeatableSupplierInvoices=Factures fournisseurs modèles
|
|
||||||
RepeatableSupplierInvoicesList=Factures fournisseurs modèles
|
|
||||||
RecurringSupplierInvoices=Factures fournisseurs récurrentes
|
|
||||||
ToCreateAPredefinedSupplierInvoice=Pour créer un modèle de facture fournisseur, créez une facture fournisseur standard puis, sans la valider, cliquez sur le bouton "%s".
|
|
||||||
GeneratedFromSupplierTemplate=Généré à partir du modèle de facture fournisseur %s
|
|
||||||
SupplierInvoiceGeneratedFromTemplate=Facture fournisseur %s générée depuis la facture fournisseur modèle récurrente %s
|
|
||||||
Loading…
Reference in New Issue
Block a user