Fix: Switch company/individual
This commit is contained in:
parent
ddf737daed
commit
b2ed53b785
@ -781,7 +781,7 @@ else
|
||||
print '<div class="hideonsmartphone float">';
|
||||
print $langs->trans("ThirdPartyType").': ';
|
||||
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 ' ';
|
||||
print $langs->trans("Company/Fundation");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user