From 7e202f2cb0719686931fef00dd1d09027bb2fab9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Jul 2011 13:10:51 +0000 Subject: [PATCH] Fix: Trans --- htdocs/fourn/facture/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 61f8131f847..5d753e8e01d 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ * \file htdocs/fourn/facture/index.php * \ingroup fournisseur,facture * \brief List of suppliers invoices - * \version $Id$ + * \version $Id: index.php,v 1.84 2011/07/13 13:10:51 eldy Exp $ */ require("../../main.inc.php"); @@ -35,6 +35,7 @@ if (!$user->rights->fournisseur->facture->lire) accessforbidden(); $langs->load("companies"); +$langs->load("bills"); $socid = $_GET["socid"]; @@ -292,5 +293,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/13 13:10:51 $ - $Revision: 1.84 $'); ?>