Prozentzeichen bei Rabatt in der Kundenmaske anzeigen
authorThomas Heck <theck@linet-services.de>
Tue, 26 Nov 2013 13:04:23 +0000 (14:04 +0100)
committerThomas Heck <theck@linet-services.de>
Tue, 26 Nov 2013 13:04:23 +0000 (14:04 +0100)
behandelt #2401

templates/webpages/customer_vendor/tabs/billing.html

index e929a19..516b5a0 100644 (file)
       <th align="right">[% 'Discount' | $T8 %]</th>
 
       <td>
-        [% L.input_tag('cv.discount_as_percent', SELF.cv.discount_as_percent, size = 4) %]
+        [% L.input_tag('cv.discount_as_percent', SELF.cv.discount_as_percent, size = 4) %]%
       </td>
     </tr>