/[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.9 by mhepp, Thu Sep 4 17:33:41 2003 UTC revision 1.10 by mhepp, Thu Sep 4 19:14:36 2003 UTC
# Line 94  else: Line 94  else:
94              currencyMovementBlock.currencyTypeEntry = str(currencyTypeBlock.currencyBox.idEntry)              currencyMovementBlock.currencyTypeEntry = str(currencyTypeBlock.currencyBox.idEntry)
95              #currencyMovementBlock.amountEntry = str(round(hack.a2f(currencyTypeBlock.currencyBox.payEntry,2) * hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2),2))              #currencyMovementBlock.amountEntry = str(round(hack.a2f(currencyTypeBlock.currencyBox.payEntry,2) * hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2),2))
96              #ahora guardo moneda original              #ahora guardo moneda original
97              currencyMovementBlock.amountEntry = str((hack.a2f(currencyTypeBlock.currencyBox.payEntry,2)))              currencyMovementBlock.amountEntry = str(hack.a2f(currencyTypeBlock.currencyBox.payEntry,4))
98      tmpBlock.returnEntity = str(1)      tmpBlock.returnEntity = str(1)
99      exit()      exit()
100        ]]>        ]]>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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