/[papo]/papo/forms/providerMultiCurrency.neb
ViewVC logotype

Diff of /papo/forms/providerMultiCurrency.neb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by jlenton, Tue Sep 16 19:01:03 2003 UTC revision 1.12 by apronotti, Thu Oct 9 22:29:35 2003 UTC
# Line 39  if hack.a2f(payBlock.cashAmountEntry,2) Line 39  if hack.a2f(payBlock.cashAmountEntry,2)
39          monto = round(hack.a2f(payBlock.cashAmountEntry,2) / hack.a2f(rs.current.getField("rate"),2),2)          monto = round(hack.a2f(payBlock.cashAmountEntry,2) / hack.a2f(rs.current.getField("rate"),2),2)
40          currencyTypeBlock.currencyBox.formatEntry = rs.current.getField("format")          currencyTypeBlock.currencyBox.formatEntry = rs.current.getField("format")
41          currencyTypeBlock.currencyBox.amountEntry = str(currencyTypeBlock.currencyBox.formatEntry) % monto          currencyTypeBlock.currencyBox.amountEntry = str(currencyTypeBlock.currencyBox.formatEntry) % monto
42          currencyTypeBlock.currencyBox.payEntry = 0.0          currencyTypeBlock.currencyBox.payEntry = ""
43          more = rs.nextRecord()          more = rs.nextRecord()
44    
45      ]]></trigger>      ]]></trigger>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26