mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: Trad
This commit is contained in:
@@ -14,16 +14,13 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/boxes/box_factures_fourn_imp.php
|
||||
\ingroup fournisseur
|
||||
\brief Fichier de gestion d'une box des factures fournisseurs impayees
|
||||
\version $Revision$
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
@@ -126,7 +123,7 @@ class box_factures_fourn_imp extends ModeleBoxes {
|
||||
{
|
||||
if ($num==0 && $i==$num)
|
||||
{
|
||||
$this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoUnpayedCustomerBills"));
|
||||
$this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoUnpayedSupplierBills"));
|
||||
} else {
|
||||
$this->info_box_contents[$i][0] = array('text'=>' ');
|
||||
}
|
||||
|
||||
@@ -45,4 +45,6 @@ NoActionsToDo=No actions to do
|
||||
NoRecordedOrders=No recorded customer's orders
|
||||
NoRecordedProposals=No recorded proposals
|
||||
NoRecordedInvoices=No recorded customer's invoices
|
||||
NoUnpayedCustomerBills=No unpayed customer's invoices
|
||||
NoUnpayedCustomerBills=No unpayed customer's invoices
|
||||
NoRecordedSupplierInvoices=No recorded supplier's invoices
|
||||
NoUnpayedSupplierBills=No unpayed supplier's invoices
|
||||
@@ -46,4 +46,6 @@ NoActionsToDo=Pas d'actions
|
||||
NoRecordedOrders=Pas de commandes clients enregistr<74>es
|
||||
NoRecordedProposals=Pas de propositions commerciales enregistr<74>es
|
||||
NoRecordedInvoices=Pas de factures clients enregistr<74>es
|
||||
NoUnpayedCustomerBills=Pas de factures clients impay<61>es
|
||||
NoUnpayedCustomerBills=Pas de factures clients impay<61>es
|
||||
NoRecordedSupplierInvoices=Pas de factures fournisseurs enregistr<74>es
|
||||
NoUnpayedSupplierBills=Pas de factures fournisseurs impay<61>es
|
||||
Reference in New Issue
Block a user