[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-git] [Dolibarr/dolibarr] 649d95: Fix Error Column 'date_m' can
From: |
Laurent Destailleur |
Subject: |
[Dolibarr-git] [Dolibarr/dolibarr] 649d95: Fix Error Column 'date_m' cannot be null |
Date: |
Sat, 21 Oct 2017 17:45:04 -0700 |
Branch: refs/heads/develop
Home: https://github.com/Dolibarr/dolibarr
Commit: 649d9582047533297dbd5866a78f6df3d886ac16
https://github.com/Dolibarr/dolibarr/commit/649d9582047533297dbd5866a78f6df3d886ac16
Author: mistraloz <address@hidden>
Date: 2017-10-20 (Fri, 20 Oct 2017)
Changed paths:
M htdocs/ecm/class/ecmfiles.class.php
Log Message:
-----------
Fix Error Column 'date_m' cannot be null
Dans un document (facture, devis, ...), dans l'onglet document, si on s'y rend
alors que le document n'existe pas encore, il est créé en base.
Pour une raison que je ne comprends pas bien, date_m est inseré en base s'il
est défini et différent de 0, or il est initialisé à '' (vide). Il est donc
inseré et non conforme au MCD.
Faut d'avoir l'historique sur l'évolution de ce module, j'ai trouvé plus simple
d'initialiser date_m à la date actuelle lors de sa création. A voir si c'est ou
non la meilleure solution.
Commit: 9c59b6334337c8d24bc6bf365b88e8719f21aecd
https://github.com/Dolibarr/dolibarr/commit/9c59b6334337c8d24bc6bf365b88e8719f21aecd
Author: Laurent Destailleur <address@hidden>
Date: 2017-10-22 (Sun, 22 Oct 2017)
Changed paths:
M htdocs/ecm/class/ecmfiles.class.php
Log Message:
-----------
Merge pull request #7667 from mistraloz/patch-1
Fix Error Column 'date_m' cannot be null
Compare:
https://github.com/Dolibarr/dolibarr/compare/fb13419de8fa...9c59b6334337
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dolibarr-git] [Dolibarr/dolibarr] 649d95: Fix Error Column 'date_m' cannot be null,
Laurent Destailleur <=