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

Diff of /papo/forms/organization.neb

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

revision 1.8 by apronotti, Fri Jun 27 19:00:16 2003 UTC revision 1.9 by apronotti, Thu Jul 10 19:10:45 2003 UTC
# Line 135  Line 135 
135        if organizationBlock.getCurrentRecord().isInserted():        if organizationBlock.getCurrentRecord().isInserted():
136          if not entityUID_CUIT_Block.getCurrentRecord().isInserted():          if not entityUID_CUIT_Block.getCurrentRecord().isInserted():
137            entityUID_CUIT_Block.newRecord()            entityUID_CUIT_Block.newRecord()
         # 1 es CUIT  
         entityUID_CUIT_Block.uid_CUIT_TypeEntry = 1  
138          if not entityUID_IB_Block.getCurrentRecord().isInserted():          if not entityUID_IB_Block.getCurrentRecord().isInserted():
139            entityUID_IB_Block.newRecord()            entityUID_IB_Block.newRecord()
         # 2 es Ingresos Brutos  
         entityUID_IB_Block.uid_IB_TypeEntry = 2  
140    
141          # 2 es Ingresos Brutos
142          entityUID_IB_Block.uid_IB_TypeEntry = 2
143          # 1 es CUIT
144          entityUID_CUIT_Block.uid_CUIT_TypeEntry = 1
145          
146        from gnue.common.GDataObjects import ConnectionError as DBError        from gnue.common.GDataObjects import ConnectionError as DBError
147    
148        try:        try:

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

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