Skip to content

Commit

Permalink
Import d'inscription depuis une autre base
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed Mar 11, 2019
1 parent 9a66b37 commit e657c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel_inscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ def OnImportInscrit(self, _):
inscrit.famille.parents.append(parent)
inscrit.inscriptions = [Inscription(inscrit)]
self.AjouteInscrit(inscrit)
dlg.database.rollback()
dlg.Destroy()

def OnAjoutInscrit(self, _):
Expand Down

0 comments on commit e657c04

Please sign in to comment.