Displaying 2 results from an estimated 2 matches for "dicount".
Did you mean:
discount
2007 Apr 09
0
Asterisk mini conference within IT360 in Toronto Apr30-May2nd
...y all,
The Toronto AUG has been working with Clue.ca and IT360
(LinuxWorld/NetworkWorld), and has put together a mini-asterisk
conference within their larger conference:
http://www.it360.ca/asterisk.cfm
If you're interested, as an 'association' we get 25% off the listed
prices. Our dicount code is: "A101", and our association name is:
"Asterisk User Group". Early bird rates end Wednesday April 11th.
Cheers,
spd
2007 Mar 30
1
write attribute coming from where?
...eded to implement a more
forgiving converter for decimal numbers. So we have here at least two
flows of execution, for example:
post.date = "22-jan-2007" (from a view)
post.date = "2007-01-22" (from MySQL)
invoice.discount = "2,3" (from view)
invoice.dicount = "2.3" (from MySQL)
A solution to this is to manually parse all dates and decimals in
your actions, which is not DRY. I am looking for something more
transparent.
A before_filter is a partial solution, it would more or less work,
but with the current implementation if you do thi...