Commit f0ad5643b9d38cf5b16db385fac6550c6841f336
1 parent
a7aa4515
Exists in
master
and in
29 other branches
Email request
* Features: - Plugin helper. - Plugin mailer. - Template for supplier and customer email. - Upgrades to form. * Fixes: - Passing request form through ajax serialize instead of hardcoded.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/shopping_cart/lib/shopping_cart_plugin/cart_helper.rb
... | ... | @@ -59,5 +59,4 @@ module ShoppingCartPlugin::CartHelper |
59 | 59 | def float_to_currency_cart(value, environment) |
60 | 60 | number_to_currency(value, :unit => environment.currency_unit, :separator => environment.currency_separator, :delimiter => environment.currency_delimiter, :format => "%u %n") |
61 | 61 | end |
62 | - | |
63 | 62 | end | ... | ... |