From 18f90520cf6a81746d41e23393724583207e895d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Feb 2014 02:19:54 +0100 Subject: [PATCH] Uniformize fields shown --- htdocs/categories/categorie.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 1750097b120..8232da94989 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -153,7 +153,7 @@ if (empty($reshook)) setEventMessage($cat->errors,'errors'); } } - + // Add object into a category if ($parent > 0) { @@ -310,13 +310,6 @@ if ($socid) print ''.$langs->trans('Phone').''.dol_print_phone($soc->phone,$soc->country_code,0,$soc->id,'AC_TEL').''; print ''.$langs->trans('Fax').''.dol_print_phone($soc->fax,$soc->country_code,0,$soc->id,'AC_FAX').''; - // Assujeti a TVA ou pas - print ''; - print ''.$langs->trans('VATIsUsed').''; - print yn($soc->tva_assuj); - print ''; - print ''; - print ''; dol_fiche_end(); @@ -631,7 +624,7 @@ function formCategory($db,$object,$typeid,$socid=0,$showclassifyform=1) print '
'; print_fiche_titre($title,'',''); - + // Form to add record into a category if ($showclassifyform) {