[tryton-debian-vcs] tryton-modules-health branch upstream updated. upstream/3.0.2-1-g8892f66
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 16 20:57:45 UTC 2016
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health.git;a=commitdiff;h=upstream/3.0.2-1-g8892f66
commit 8892f6695ae39605e1e5ae6fa73c59a4c37104b4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 16 12:04:31 2016 +0200
Adding upstream version 3.0.3.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/PKG-INFO b/PKG-INFO
index afe91fb..82b6232 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_health
-Version: 3.0.2
+Version: 3.0.3
Summary: GNU Health core module
Home-page: http://health.gnu.org
Author: GNU Solidario
diff --git a/health.py b/health.py
index 7d9287b..3872ba8 100644
--- a/health.py
+++ b/health.py
@@ -454,8 +454,8 @@ class PartyPatient (ModelSQL, ModelView):
actions = iter(args)
args = []
for parties, vals in zip(actions, actions):
+ given_name=family_name=''
vals = vals.copy()
-
person_id = parties[0].id
# We use this method overwrite to make the fields that have a
# unique constraint get the NULL value at PostgreSQL level, and not
diff --git a/tryton.cfg b/tryton.cfg
index 172d260..0837460 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.2
+version=3.0.3
depends:
company
currency
diff --git a/trytond_health.egg-info/PKG-INFO b/trytond_health.egg-info/PKG-INFO
index 0a65b88..09dc98b 100644
--- a/trytond_health.egg-info/PKG-INFO
+++ b/trytond_health.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-health
-Version: 3.0.2
+Version: 3.0.3
Summary: GNU Health core module
Home-page: http://health.gnu.org
Author: GNU Solidario
--
tryton-modules-health
More information about the tryton-debian-vcs
mailing list