diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 6f7109a3ef0..d13b73effb5 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -82,7 +82,7 @@ if ($_POST["action"] == 'setmode' && $user->rights->societe->creer) $result = $db->query($sql); if (! $result) dolibarr_print_error($result); } -// assuj�tissement � la TVA +// assujetissement a la TVA if ($_POST["action"] == 'setassujtva' && $user->rights->societe->creer) { $societe = new Societe($db, $_GET["socid"]); diff --git a/htdocs/comm/recap-client.php b/htdocs/comm/recap-client.php index 05ab9b943f3..7889ef3cb30 100644 --- a/htdocs/comm/recap-client.php +++ b/htdocs/comm/recap-client.php @@ -15,16 +15,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/comm/recap-client.php \ingroup societe \brief Page de fiche recap client - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -62,7 +59,7 @@ if ($socid > 0) */ $head = societe_prepare_head($societe); - dolibarr_fiche_head($head, 'customer', $societe->nom); + dolibarr_fiche_head($head, 'customer', $langs->trans("ThirdParty")); print "\n";