Discussion:
[Erp5-dev] currency - symbol, or short_title?
bartek
2007-06-22 13:20:20 UTC
Permalink
Hello

In the stock erp5_base, Currency_view form has a field "short_title",
described as "Currency symbol", while
CurrencyModule_viewCurrencyList.listbox has a column "Symbol" showing a
"symbol" property. So it seems that one of the two is wrong, but which
is it?

Bartek
--
"feelings affect productivity. (...) unhappy people write worse
software, and less of it."
Karl Fogel, "Producing Open Source Software"
Jean-Paul Smets
2007-06-22 15:18:48 UTC
Permalink
Post by bartek
Hello
In the stock erp5_base, Currency_view form has a field "short_title",
described as "Currency symbol", while
CurrencyModule_viewCurrencyList.listbox has a column "Symbol" showing
a "symbol" property. So it seems that one of the two is wrong, but
which is it?
Bartek
symbol is wrong. It should be removed and replaced by reference instead.
the best property to hold "EUR" is reference
the best property to hold "Pound" should be short_title
the best property to hold "British Pound" shoul be title

seb: can you confirm such a change will not create any trouble ?

JPS.

Loading...