diff options
Diffstat (limited to 'UI/ct-form.html')
-rw-r--r-- | UI/ct-form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/ct-form.html b/UI/ct-form.html index 44c8cf72..de9a3f52 100644 --- a/UI/ct-form.html +++ b/UI/ct-form.html @@ -261,10 +261,10 @@ name => 'taxincluded', type => 'checkbox', value => '1', + label => text('Tax Included'), ${form.taxincluded} => form.taxincluded } -?> </td> - <th align="left"><?lsmb text('Tax Included') ?></th> </tr> </table> </td> @@ -355,7 +355,7 @@ size => '24', maxlength => '24', value => form.iban, - } -?>%</td> + } -?></td> </tr> <tr> <?lsmb IF form.all_pricegroup AND form.db == 'customer' -?> |