[tryton-debian-vcs] tryton-modules-health branch upstream updated. upstream/3.0.6-2-g2d40133

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 27 08:10:49 UTC 2017


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.6-2-g2d40133

commit 2d40133f8ed51dfa285090eb175131c2cb49c1fd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 27 09:55:23 2017 +0200

    Adding upstream version 3.0.8.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/PKG-INFO b/PKG-INFO
index 5911145..19ced1a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health core module
 Home-page: http://health.gnu.org
 Author: GNU Solidario
diff --git a/tryton.cfg b/tryton.cfg
index e552b9d..7547794 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.7
+version=3.0.8
 depends:
     company
     currency
diff --git a/trytond_health.egg-info/PKG-INFO b/trytond_health.egg-info/PKG-INFO
index f075f7d..62096aa 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.7
+Version: 3.0.8
 Summary: GNU Health core module
 Home-page: http://health.gnu.org
 Author: GNU Solidario
commit 6a1f9fdf0c82257af7fd68017f3c14201fe25d28
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Mar 19 14:59:40 2017 +0100

    Adding upstream version 3.0.7.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/PKG-INFO b/PKG-INFO
index e47e1fc..5911145 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,13 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond_health
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health core module
 Home-page: http://health.gnu.org
 Author: GNU Solidario
 Author-email: health at gnusolidario.org
 License: GPL-3
 Download-URL: http://ftp.gnu.org/gnu/health/
-Description: #    Copyright (C) 2008-2016 Luis Falcon
+Description: #    Copyright (C) 2008-2017 Luis Falcon
         
         #    This program is free software: you can redistribute it and/or modify
         #    it under the terms of the GNU General Public License as published by
diff --git a/README b/README
index 765e04a..855ca7b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-#    Copyright (C) 2008-2016 Luis Falcon
+#    Copyright (C) 2008-2017 Luis Falcon
 
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff --git a/__init__.py b/__init__.py
index c695f79..a82a20e 100644
--- a/__init__.py
+++ b/__init__.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/health.py b/health.py
index 5edcca5..f9dcb0c 100644
--- a/health.py
+++ b/health.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #    Copyright (C) 2015 Cédric Krier
 #    Copyright (C) 2014-2015 Chris Zimmerman <siv at riseup.net>
 #
@@ -473,9 +473,9 @@ class PartyPatient (ModelSQL, ModelView):
                 if 'lastname' in vals:
                     family_name=vals['lastname']
 
-            if (vals.get('is_person')):
-                cls.update_person_official_name(person_id,given_name,
-                    family_name)
+                if parties[0].is_person:
+                    cls.update_person_official_name(person_id,given_name,
+                        family_name)
 
             args.append(parties)
             args.append(vals)
diff --git a/report/health_report.py b/report/health_report.py
index a9d61aa..e2c6601 100644
--- a/report/health_report.py
+++ b/report/health_report.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <falcon at gnu.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <falcon at gnu.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff --git a/report/immunization_status_report.py b/report/immunization_status_report.py
index ba1e9b7..dca85a6 100644
--- a/report/immunization_status_report.py
+++ b/report/immunization_status_report.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <falcon at gnu.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <falcon at gnu.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff --git a/tryton.cfg b/tryton.cfg
index 7fea22d..e552b9d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.6
+version=3.0.7
 depends:
     company
     currency
diff --git a/trytond_health.egg-info/PKG-INFO b/trytond_health.egg-info/PKG-INFO
index 28a023d..f075f7d 100644
--- a/trytond_health.egg-info/PKG-INFO
+++ b/trytond_health.egg-info/PKG-INFO
@@ -1,13 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond-health
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health core module
 Home-page: http://health.gnu.org
 Author: GNU Solidario
 Author-email: health at gnusolidario.org
 License: GPL-3
 Download-URL: http://ftp.gnu.org/gnu/health/
-Description: #    Copyright (C) 2008-2016 Luis Falcon
+Description: #    Copyright (C) 2008-2017 Luis Falcon
         
         #    This program is free software: you can redistribute it and/or modify
         #    it under the terms of the GNU General Public License as published by
diff --git a/wizard/__init__.py b/wizard/__init__.py
index 0508738..ddf0059 100755
--- a/wizard/__init__.py
+++ b/wizard/__init__.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/wizard/wizard_appointment_evaluation.py b/wizard/wizard_appointment_evaluation.py
index 42734d9..0913d0d 100644
--- a/wizard/wizard_appointment_evaluation.py
+++ b/wizard/wizard_appointment_evaluation.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #
 #
diff --git a/wizard/wizard_check_immunization_status.py b/wizard/wizard_check_immunization_status.py
index c00bcb2..74088f2 100644
--- a/wizard/wizard_check_immunization_status.py
+++ b/wizard/wizard_check_immunization_status.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <falcon at gnu.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <falcon at gnu.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
-- 
tryton-modules-health



More information about the tryton-debian-vcs mailing list