]> wagnertech.de Git - kivitendo-erp.git/commitdiff
PriceSource dialog - Preisfeld mit class numeric
authorG. Richardson <information@kivitendo-premium.de>
Mon, 3 Oct 2016 08:42:41 +0000 (10:42 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 17 Oct 2016 14:13:36 +0000 (16:13 +0200)
templates/webpages/oe/price_sources_dialog.html

index c8b85c67e315df117bda808f451849f21641be32..7cfd7f849651c9351757acf0d200a1680daf3ced 100644 (file)
@@ -35,7 +35,7 @@
     <td><b>[% 'Selected' | $T8 %]</b></td>
 [% END %]
      <td>[% price.source_description | html %]</td>
-     <td>[% price.price_as_number %]</td>
+     <td class="numeric">[% price.price_as_number %]</td>
 [% IF price.source == best_price.source %]
      <td align='center'>&#x2022;</td>
 [% ELSE %]