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

Diff of /papo/forms/payOrder.neb

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

revision 1.10 by styxman, Mon Jun 2 23:06:06 2003 UTC revision 1.11 by apronotti, Thu Jun 5 19:51:12 2003 UTC
# Line 505  for recNum in range(rc): Line 505  for recNum in range(rc):
505      if hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2) > 0:      if hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2) > 0:
506          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)
507    
508  if total != 0:  if hack.a2f(total,2) != 0:
509      genericBox("La Orden de pago no esta totalmente pagada\n",['Aceptar'])      genericBox("La Orden de pago no esta totalmente pagada\n",['Aceptar'])
510  else:  else:
511      callTrigger('writeAllTrigger')      callTrigger('writeAllTrigger')

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

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