Fix html style error

This commit is contained in:
daraelmin 2021-04-09 02:54:11 +02:00
parent 071b50debf
commit 555a968f93

View File

@ -228,7 +228,7 @@ print '<tr class="oddeven"><td>'.$langs->trans("DefineAmountMemberType").'</td><
foreach ($adht->liste_array(1) as $typeid => $type) {
print $type .' : ';
print '<input type="text" id="MEMBER_SUBSCRIPTION_AMOUNT_BY_TYPE['.$typeid.']" name="MEMBER_SUBSCRIPTION_AMOUNT_BY_TYPE['.$typeid.']" " size="5" value="'.(!empty($amountbytype[$typeid]) ? $amountbytype[$typeid] : '').'">';
print '<br />';
print '<br>';
}
print "</td></tr>\n";