diff --git a/.project b/.project index 395c327ceb0..02fcef8deec 100644 --- a/.project +++ b/.project @@ -5,6 +5,11 @@ + + org.eclipse.dltk.core.scriptbuilder + + + org.eclipse.php.core.PhpIncrementalProjectBuilder diff --git a/htdocs/includes/boxes/box_factures_fourn.php b/htdocs/includes/boxes/box_factures_fourn.php index f9b5e79f5ee..480f843dbbc 100644 --- a/htdocs/includes/boxes/box_factures_fourn.php +++ b/htdocs/includes/boxes/box_factures_fourn.php @@ -133,7 +133,7 @@ class box_factures_fourn extends ModeleBoxes { $i++; } - if ($num==0) $this->info_box_contents[$i][0] = array('td' => 'align="center"','text'=>$langs->trans("NoUnpaidCustomerBills")); + if ($num==0) $this->info_box_contents[$i][0] = array('td' => 'align="center"','text'=>$langs->trans("NoModifiedSupplierBills")); } else { dol_print_error($db); diff --git a/htdocs/langs/fr_FR/boxes.lang b/htdocs/langs/fr_FR/boxes.lang index ffdc5233c96..48fb3122435 100644 --- a/htdocs/langs/fr_FR/boxes.lang +++ b/htdocs/langs/fr_FR/boxes.lang @@ -46,12 +46,13 @@ NoRecordedCustomers=Pas de client enregistré BoxTitleLastActionsToDo=Les %s dernières actions à faire BoxTitleLastContracts=Les %s derniers contrats NoActionsToDo=Pas d'action à faire -NoRecordedOrders=Pas de commande clients enregistrée +NoRecordedOrders=Pas de commande client enregistrée NoRecordedProposals=Pas de proposition commerciale enregistrée -NoRecordedInvoices=Pas de facture clients enregistrée -NoUnpaidCustomerBills=Pas de facture clients impayée -NoRecordedSupplierInvoices=Pas de facture fournisseurs enregistrée -NoUnpaidSupplierBills=Pas de facture fournisseurs impayée +NoRecordedInvoices=Pas de facture client enregistrée +NoUnpaidCustomerBills=Pas de facture client impayée +NoRecordedSupplierInvoices=Pas de facture fournisseur enregistrée +NoUnpaidSupplierBills=Pas de facture fournisseur impayée +NoModifiedSupplierBills=Pas de facture fournisseur modifiée NoRecordedProducts=Pas de produit/service enregistré NoRecordedProspects=Pas de prospect enregistré NoContractedProducts=Pas de produit/service contracté \ No newline at end of file