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) {