Changeset 870

Show
Ignore:
Timestamp:
03/10/10 23:13:56 (5 months ago)
Author:
francesco
Message:

movimenti....

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/core/promogest/ui/VistaPrincipale.py

    r868 r870  
    272272 
    273273    def on_promogest_button_clicked(self, button): 
    274         from promogest.dao.TestataDocumento import TestataDocumento 
    275         daos = TestataDocumento().select(batchSize=1000) 
     274        from promogest.dao.TestataMovimento import TestataMovimento 
     275        daos = TestataMovimento().select(batchSize=1000) 
    276276        if daos: 
    277277            for d in daos: