[tryton-debian-vcs] tryton-modules-health branch debian updated. debian/3.0.2-1-2-g6e70852
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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health.git;a=commitdiff;h=debian/3.0.2-1-2-g6e70852
commit 6e708528549301e8907416463e1cbffb222f6b78
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 16 12:04:32 2016 +0200
Releasing debian version 3.0.3-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 4d31a00..c342fde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health (3.0.3-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 16 Aug 2016 12:04:32 +0200
+
tryton-modules-health (3.0.2-1) unstable; urgency=medium
* Updating to Standards-Version: 3.9.8, no changes needed.
commit 52f33dbf5bc27791e3cffa4eddc01498ea9a0fc6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 16 12:04:32 2016 +0200
Merging upstream version 3.0.3.
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