From 5f95f8f815816e559a5df69d9fc1320146c39ddf Mon Sep 17 00:00:00 2001 From: Juan Gallostra Date: Wed, 2 May 2018 10:18:45 +0200 Subject: [PATCH 1/2] Use bika.lims api instead of senaite api --- bika/lims/browser/sample/printform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bika/lims/browser/sample/printform.py b/bika/lims/browser/sample/printform.py index b69340ad7b..1af16c7f38 100644 --- a/bika/lims/browser/sample/printform.py +++ b/bika/lims/browser/sample/printform.py @@ -12,7 +12,7 @@ from plone.resource.utils import iterDirectoriesOfType -from senaite import api +from bika.lims import api from bika.lims.browser import BrowserView from bika.lims.utils import createPdf from bika.lims import logger From a86d52e90a38b5df98107315ce856b8438a393cc Mon Sep 17 00:00:00 2001 From: Juan Gallostra Date: Wed, 2 May 2018 10:53:08 +0200 Subject: [PATCH 2/2] Update changes log --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 90636ea3b1..2477433329 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,7 @@ Changelog **Changed** +- #811 api import in printform **Removed** @@ -19,7 +20,7 @@ Changelog **Fixed** - + - #799 On AR Listing, inline edit for Date Sampled not working when Sampler has a value - #776 Analyses submission in Worksheet is slow - #726 404 Error raised when clicking Print Samples Sheets from within a client