Sha256: 6508750b2233ac40ca5c4c66bbdb84d1abca9af525a2429ccbf11dfc64820c7e
Contents?: true
Size: 484 Bytes
Versions: 53
Compression:
Stored size: 484 Bytes
Contents
I"Ø(function() { accounting.settings = { currency: { symbol: "€", format: "%v%s", decimal: ",", thousand: ".", precision: 2 }, number: { precision: 2, thousand: ".", decimal: "," } }; window.display_euros = function(amount, target) { if (isNaN(amount)) { return target.text('Saisie invalide'); } else { return target.text(accounting.formatMoney(amount)); } }; }).call(this); :ET
Version data entries
53 entries across 26 versions & 1 rubygems