';
- print '| '.$langs->trans("CompanyInfo").' | '.$langs->trans("Value").' |
';
+ print '| '.$langs->trans("CompanyInfo").' | '.$langs->trans("Value").' |
';
- print '| '.$langs->trans("CompanyName").' | ';
+ print ' |
| '.$langs->trans("CompanyName").' | ';
print $conf->global->MAIN_INFO_ACCOUNTANT_NAME;
print ' |
';
- print '| '.$langs->trans("CompanyAddress").' | ' . nl2br(empty($conf->global->MAIN_INFO_ACCOUNTANT_ADDRESS)?'':$conf->global->MAIN_INFO_ACCOUNTANT_ADDRESS) . ' |
';
+ print '| '.$langs->trans("CompanyAddress").' | ' . nl2br(empty($conf->global->MAIN_INFO_ACCOUNTANT_ADDRESS)?'':$conf->global->MAIN_INFO_ACCOUNTANT_ADDRESS) . ' |
';
- print '| '.$langs->trans("CompanyZip").' | ' . (empty($conf->global->MAIN_INFO_ACCOUNTANT_ZIP)?'':$conf->global->MAIN_INFO_ACCOUNTANT_ZIP) . ' |
';
+ print '| '.$langs->trans("CompanyZip").' | ' . (empty($conf->global->MAIN_INFO_ACCOUNTANT_ZIP)?'':$conf->global->MAIN_INFO_ACCOUNTANT_ZIP) . ' |
';
- print '| '.$langs->trans("CompanyTown").' | ' . (empty($conf->global->MAIN_INFO_ACCOUNTANT_TOWN)?'':$conf->global->MAIN_INFO_ACCOUNTANT_TOWN) . ' |
';
+ print '| '.$langs->trans("CompanyTown").' | ' . (empty($conf->global->MAIN_INFO_ACCOUNTANT_TOWN)?'':$conf->global->MAIN_INFO_ACCOUNTANT_TOWN) . ' |
';
- print '| '.$langs->trans("CompanyCountry").' | ';
+ print ' |
| '.$langs->trans("CompanyCountry").' | ';
if (! empty($conf->global->MAIN_INFO_ACCOUNTANT_COUNTRY))
{
$code = getCountry($conf->global->MAIN_INFO_ACCOUNTANT_COUNTRY, 2);
@@ -217,23 +217,23 @@ else
print ' |
';
- if (! empty($conf->global->MAIN_SHOW_REGION_IN_STATE_SELECT)) print '| '.$langs->trans("Region-State").' | ';
- else print ' |
| '.$langs->trans("State").' | ';
+ if (! empty($conf->global->MAIN_SHOW_REGION_IN_STATE_SELECT)) print ' |
| '.$langs->trans("Region-State").' | ';
+ else print ' |
| '.$langs->trans("State").' | ';
if (! empty($conf->global->MAIN_INFO_ACCOUNTANT_STATE)) print getState($conf->global->MAIN_INFO_ACCOUNTANT_STATE, $conf->global->MAIN_SHOW_STATE_CODE, 0, $conf->global->MAIN_SHOW_REGION_IN_STATE_SELECT);
else print ' ';
print ' |
';
- print '| '.$langs->trans("Phone").' | ' . dol_print_phone($conf->global->MAIN_INFO_ACCOUNTANT_PHONE, $mysoc->country_code) . ' |
';
+ print '| '.$langs->trans("Phone").' | ' . dol_print_phone($conf->global->MAIN_INFO_ACCOUNTANT_PHONE, $mysoc->country_code) . ' |
';
- print '| '.$langs->trans("Fax").' | ' . dol_print_phone($conf->global->MAIN_INFO_ACCOUNTANT_FAX, $mysoc->country_code) . ' |
';
+ print '| '.$langs->trans("Fax").' | ' . dol_print_phone($conf->global->MAIN_INFO_ACCOUNTANT_FAX, $mysoc->country_code) . ' |
';
- print '| '.$langs->trans("Mail").' | ' . dol_print_email($conf->global->MAIN_INFO_ACCOUNTANT_MAIL, 0, 0, 0, 80) . ' |
';
+ print '| '.$langs->trans("Mail").' | ' . dol_print_email($conf->global->MAIN_INFO_ACCOUNTANT_MAIL, 0, 0, 0, 80) . ' |
';
- print '| '.$langs->trans("Web").' | ' . dol_print_url($conf->global->MAIN_INFO_ACCOUNTANT_WEB, '_blank', 80) . ' |
';
+ print '| '.$langs->trans("Web").' | ' . dol_print_url($conf->global->MAIN_INFO_ACCOUNTANT_WEB, '_blank', 80) . ' |
';
- print '| '.$langs->trans("AccountantFileNumber").' | ' . $conf->global->MAIN_INFO_ACCOUNTANT_CODE . ' |
';
+ print '| '.$langs->trans("AccountantFileNumber").' | ' . $conf->global->MAIN_INFO_ACCOUNTANT_CODE . ' |
';
- print '| '.$langs->trans("Note").' | ' . (! empty($conf->global->MAIN_INFO_ACCOUNTANT_NOTE) ? nl2br($conf->global->MAIN_INFO_ACCOUNTANT_NOTE) : '') . ' |
';
+ print '| '.$langs->trans("Note").' | ' . (! empty($conf->global->MAIN_INFO_ACCOUNTANT_NOTE) ? nl2br($conf->global->MAIN_INFO_ACCOUNTANT_NOTE) : '') . ' |
';
print '