diff --git a/htdocs/core/modules/modFournisseur.class.php b/htdocs/core/modules/modFournisseur.class.php index 8e3033bf8ee..8bd801e0daa 100644 --- a/htdocs/core/modules/modFournisseur.class.php +++ b/htdocs/core/modules/modFournisseur.class.php @@ -131,7 +131,6 @@ class modFournisseur extends DolibarrModules $arraydate = dol_getdate(dol_now()); $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( 0 => array( 'label'=>'RecurringSupplierInvoices', diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang index cbce9a6a264..98d83aa9453 100644 --- a/htdocs/langs/en_US/errors.lang +++ b/htdocs/langs/en_US/errors.lang @@ -9,6 +9,7 @@ ErrorBadMXDomain=Email %s seems incorrect (domain has no valid MX record) ErrorBadUrl=Url %s is incorrect ErrorBadValueForParamNotAString=Bad value for your parameter. It appends generally when translation is missing. ErrorRefAlreadyExists=Reference %s already exists. +ErrorTitleAlreadyExists=Title %s already exists. ErrorLoginAlreadyExists=Login %s already exists. ErrorGroupAlreadyExists=Group %s already exists. ErrorEmailAlreadyExists=Email %s already exists. diff --git a/htdocs/langs/en_US/suppliers.lang b/htdocs/langs/en_US/suppliers.lang index ca9ee174d29..15da3f0638a 100644 --- a/htdocs/langs/en_US/suppliers.lang +++ b/htdocs/langs/en_US/suppliers.lang @@ -47,3 +47,10 @@ BuyerName=Buyer name AllProductServicePrices=All product / service prices AllProductReferencesOfSupplier=All references of vendor 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 \ No newline at end of file diff --git a/htdocs/langs/fr_FR/errors.lang b/htdocs/langs/fr_FR/errors.lang index 4b28204fa4b..6d4967c00b6 100644 --- a/htdocs/langs/fr_FR/errors.lang +++ b/htdocs/langs/fr_FR/errors.lang @@ -9,7 +9,6 @@ ErrorBadMXDomain=L'email %s semble incorrect (domaine n'a pas d'enregistrement M 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. ErrorRefAlreadyExists=La référence %s existe déjà. -ErrorTitleAlreadyExists=Le titre %s existe déjà. ErrorLoginAlreadyExists=L'identifiant %s existe déjà. ErrorGroupAlreadyExists=Le groupe %s existe déjà. ErrorEmailAlreadyExists=L'e-mail %s existe déjà. diff --git a/htdocs/langs/fr_FR/suppliers.lang b/htdocs/langs/fr_FR/suppliers.lang index 92047c798ee..dd5402d66ae 100644 --- a/htdocs/langs/fr_FR/suppliers.lang +++ b/htdocs/langs/fr_FR/suppliers.lang @@ -46,11 +46,4 @@ ReputationForThisProduct=Réputation BuyerName=Nom de l'acheteur AllProductServicePrices=Tous les prix du produits / service AllProductReferencesOfSupplier=Toutes les références du fournisseur -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 \ No newline at end of file +BuyingPriceNumShort=Prix fournisseurs \ No newline at end of file