Fix: Switch company/individual
This commit is contained in:
parent
ddf737daed
commit
b2ed53b785
@ -781,7 +781,7 @@ else
|
|||||||
print '<div class="hideonsmartphone float">';
|
print '<div class="hideonsmartphone float">';
|
||||||
print $langs->trans("ThirdPartyType").': ';
|
print $langs->trans("ThirdPartyType").': ';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
print '<input type="radio" id="1radiocompany" class="flat" name="private" value="0"'.($private?'':' checked="checked"').'>';
|
print '<input type="radio" id="radiocompany" class="flat" name="private" value="0"'.($private?'':' checked="checked"').'>';
|
||||||
print '<label for="radiocompany">';
|
print '<label for="radiocompany">';
|
||||||
print ' ';
|
print ' ';
|
||||||
print $langs->trans("Company/Fundation");
|
print $langs->trans("Company/Fundation");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user