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

Diff of /papo/forms/receipt.neb

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

revision 1.14 by styxman, Mon Jun 2 23:06:06 2003 UTC revision 1.15 by apronotti, Thu Jun 5 21:15:46 2003 UTC
# Line 555  for recNum in range(rc): Line 555  for recNum in range(rc):
555      if hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2) > 0:      if hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2) > 0:
556          total -= round(hack.a2f(currencyTypeBlock.currencyBox.payEntry,2) * hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2),2)          total -= round(hack.a2f(currencyTypeBlock.currencyBox.payEntry,2) * hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2),2)
557    
558  if total != 0:  if hack.a2f(total,2) != 0:
559      genericBox("El recibo no esta totalmente pagado\n",['Aceptar'])      genericBox("El recibo no esta totalmente pagado\n",['Aceptar'])
560  else:  else:
561      callTrigger('writeAllTrigger')      callTrigger('writeAllTrigger')

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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