Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 05d8d76

Browse files
committed
Release 1.2.3 (200409)
commit a2242c1c565a5fc5150e8a1d9e01cac90ede156a Author: Jordi Puiggené <jp@naralabs.com> Date: Thu Apr 9 21:54:12 2020 +0200 Added version.txt commit cd5a80d55766b2784c696eabecd14e3b54d8edab Author: Jordi Puiggené <jp@naralabs.com> Date: Thu Apr 9 21:51:41 2020 +0200 Changelog commit ae0ea20f8fef4214d4b1e442123e147dd4e54565 Author: Jordi Puiggené <jp@naralabs.com> Date: Thu Apr 9 21:50:53 2020 +0200 Pin version senaite.lims 1.3.3.1 commit d6221f94f77bde06d693f7d5b40038a35d00ddb6 Author: Jordi Puiggené <jp@naralabs.com> Date: Thu Apr 9 21:44:17 2020 +0200 Update code headers commit 978047b2e0ae88e4888eaa7837f9e4e7a9628180 Author: Jordi Puiggené <jp@naralabs.com> Date: Thu Apr 9 21:42:52 2020 +0200 Update contributors commit d9940db88a305c5241d092513eca5a4721fa62de Author: Jordi Puiggené <jp@naralabs.com> Date: Thu Apr 9 21:38:03 2020 +0200 Update translations
1 parent 34b636d commit 05d8d76

270 files changed

Lines changed: 11320 additions & 17470 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.rst

Lines changed: 1 addition & 4 deletions

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions

README.rst

Lines changed: 1 addition & 1 deletion

bika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
try:

bika/health/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from zope.i18nmessageid import MessageFactory

bika/health/adapters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.

bika/health/adapters/addsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from zope.component import adapts

bika/health/adapters/widgetvisibility/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.

bika/health/adapters/widgetvisibility/analysisrequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
20+
2021
from bika.health.interfaces import IPatient
2122
from bika.lims.adapters.widgetvisibility import SenaiteATWidgetVisibility
2223
from bika.lims.interfaces import IBatch

bika/health/adapters/widgetvisibility/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2019 by it's authors.
18+
# Copyright 2018-2020 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.health.interfaces import IPatient

0 commit comments

Comments
 (0)