diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 50c8bf903fbf0..b0654b0567de1 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -215,7 +215,7 @@ { $langs->load("compta"); - print ''; + print ''; print $langs->trans('CustomerCode').''; print $object->code_client; if ($object->check_codeclient() <> 0) print ' ('.$langs->trans("WrongCustomerCode").')'; @@ -300,8 +300,8 @@ // Conditions de reglement par defaut $langs->load('bills'); $form = new Form($db); - print ''; - print '
'; + print '
'; + print ''; diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 52c82c86b69f9..b82662dcd6e56 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1015,7 +1015,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs foreach($filescss as $cssfile) { // cssfile is a relative path - print ''."\n".''."\n"; diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index 58f468298ad49..21d98fbd64c3a 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -70,6 +70,7 @@ $thirdTypeSelect = GETPOST("third_select_id"); $type_element = GETPOST('type_element')?GETPOST('type_element'):'invoice'; +$langs->load("companies"); $langs->load("bills"); $langs->load("orders"); $langs->load("suppliers");
'; print $langs->trans('PaymentConditions'); print ''; if (($action != 'editconditions') && $user->rights->societe->creer) print 'id.'">'.img_edit($langs->trans('SetConditions'),1).'