/[papo]/papo/forms/client.gfd
ViewVC logotype

Diff of /papo/forms/client.gfd

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

revision 1.20 by apronotti, Fri Nov 1 16:09:47 2002 UTC revision 1.21 by apronotti, Fri Nov 1 22:32:32 2002 UTC
# Line 273  Line 273 
273    </trigger>    </trigger>
274    
275    <trigger name="askForChangesTrigger" type="NAMED">    <trigger name="askForChangesTrigger" type="NAMED">
276        def func():
277          creditLimit1Block.newRecord()
278          creditLimit1Block.movementTypeEntry = 1
279          creditLimit1Block.creditLimitEntry = "0.0"
280          clientUID_CUIT_Block.newRecord()
281          clientUID_CUIT_Block.uid_CUIT_TypeEntry = 1
282          clientUID_IB_Block.newRecord()
283          clientUID_IB_Block.uid_IB_TypeEntry = 2
284          clientTaxProfileBlock.newRecord()
285          clientBlock.commit()
286          clientBlock.jumpRecord(2)
287          tmpId = str(clientBlock.clientIdEntry)
288          clientBlock.processRollback()
289          clientBlock.initQuery()
290          clientBlock.clientIdEntry = tmpId
291          clientBlock.processQuery()
292    
293      import hack      import hack
294      hack.confirmPageChanges(self, self.commitTrigger, clientBlock)      hack.confirmPageChanges(self, func, clientBlock)
295    </trigger>    </trigger>
296    
297    <trigger name="telephoneDeleteTrigger" type="NAMED">    <trigger name="telephoneDeleteTrigger" type="NAMED">

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

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