From 5b978e644686d0dbb45351e4802125778c13872f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Ninivin?= <cedric.leninivin@nexedi.com> Date: Mon, 15 Feb 2021 15:29:19 +0000 Subject: [PATCH] erp5_pdm: Update DateUtils import --- .../portal_skins/erp5_pdm/Supply_getExpectedDateTuple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Supply_getExpectedDateTuple.py b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Supply_getExpectedDateTuple.py index 34989944bd..7edf9fdf02 100644 --- a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Supply_getExpectedDateTuple.py +++ b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Supply_getExpectedDateTuple.py @@ -1,4 +1,4 @@ -from Products.ERP5Type.DateUtils import addToDate +from erp5.component.module.DateUtils import addToDate supply = context time_quantity_unit_value = supply.getTimeQuantityUnitValue() -- 2.30.9