forked from ScoDoc/ScoDoc
Merge branch 'main96' of https://scodoc.org/git/iziram/ScoDoc
This commit is contained in:
commit
30934f72b4
@ -270,14 +270,14 @@
|
||||
) {
|
||||
const assiduite_avant = {
|
||||
etat: this.selectedAssiduite.etat,
|
||||
date_debut: assiduite_debut.toFakeIso()(),
|
||||
date_fin: separtorDate.toFakeIso()(),
|
||||
date_debut: assiduite_debut.toFakeIso(),
|
||||
date_fin: separtorDate.toFakeIso(),
|
||||
};
|
||||
|
||||
const assiduite_apres = {
|
||||
etat: this.selectedAssiduite.etat,
|
||||
date_debut: separtorDate.toFakeIso()(),
|
||||
date_fin: assiduite_fin.toFakeIso()(),
|
||||
date_debut: separtorDate.toFakeIso(),
|
||||
date_fin: assiduite_fin.toFakeIso(),
|
||||
};
|
||||
|
||||
if (this.selectedAssiduite.moduleimpl_id) {
|
||||
|
Loading…
Reference in New Issue
Block a user