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

Diff of /papo/forms/productInvoice.neb

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

revision 1.21 by charlie, Tue Jun 3 21:41:17 2003 UTC revision 1.22 by apronotti, Thu Jun 5 19:51:12 2003 UTC
# Line 663  Line 663 
663          if hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2) > 0:          if hack.a2f(currencyTypeBlock.currencyBox.rateEntry,2) > 0:
664              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)
665    
666      if total != 0:      if round(total,2) != 0:
667          genericBox("El los montos no completan el total del documento\n",['Aceptar'])          genericBox("El los montos no completan el total del documento\n",['Aceptar'])
668      else:      else:
669          from gnue.common.GDataObjects import ConnectionError as DBError          from gnue.common.GDataObjects import ConnectionError as DBError

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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