Fix: Switch company/individual

This commit is contained in:
Laurent Destailleur 2014-11-03 15:47:33 +01:00
parent ddf737daed
commit b2ed53b785

View File

@ -781,7 +781,7 @@ else
print '<div class="hideonsmartphone float">';
print $langs->trans("ThirdPartyType").': &nbsp; &nbsp; ';
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 '&nbsp;';
print $langs->trans("Company/Fundation");