Skip to content

Commit

Permalink
[Moulon] Données importées en trop dans l'import d'un enfant depuis u…
Browse files Browse the repository at this point in the history
…ne autre base de données

Version 1.08e
  • Loading branch information
bsongis committed Oct 27, 2016
1 parent 05f1de2 commit 023c2a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions panel_inscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,10 @@ def OnImportInscrit(self, _):
history.Append(Delete(creche.inscrits, -1))
inscrit = dlg.GetInscritSelected()
inscrit.inscriptions[:] = [Inscription(inscrit)]
inscrit.journees = {}
inscrit.semaines = {}
inscrit.factures_cloturees = {}
inscrit.corrections = {}
inscrit.create()
inscrit.famille.create()
self.AjouteInscrit(inscrit)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with Gertrude; if not, see <http://www.gnu.org/licenses/>.

VERSION = '1.08d'
VERSION = '1.08e'

0 comments on commit 023c2a6

Please sign in to comment.