diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml
index 7b4be09b69d1dfa0e35f41edcbebea32eef23ef0..0218becd5465861355a0f8aada533c17a13301aa 100644
--- a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml
+++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml
@@ -114,7 +114,8 @@ Please wisit ERP5: %(url)s\n
 """ % {\n
        \'assignor\': destination_decision_person.getTitle(),\n
        \'title\'   : packing_list.getTitle(),\n
-       \'url\'     : packing_list.absolute_url(),\n
+       \'url\'     : \'%s/%s\' % (packing_list.ERP5Site_getAbsoluteUrl(),\n
+                              packing_list.getRelativeUrl()),\n
        \'comment\' : packing_list.getComment(),\n
        \'start_date\': packing_list.getStartDate().Date(),\n
        \'stop_date\': packing_list.getStopDate().Date(),\n
diff --git a/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml b/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
index a2919720881e85f374e60aef47973fd9e0d3584e..df70732d260f622d03b173cac11f40e0ae4fe106 100644
--- a/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
+++ b/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
@@ -94,7 +94,8 @@ Please wisit ERP5: %(url)s\n
 """ % {\n
        \'assignor\': destination_decision_person.getTitle(),\n
        \'title\'   : packing_list.getTitle(),\n
-       \'url\'     : packing_list.absolute_url(),\n
+       \'url\'     : \'%s/%s\' % (packing_list.ERP5Site_getAbsoluteUrl(),\n
+                              packing_list.getRelativeUrl()),\n
        \'comment\' : packing_list.getComment(),\n
        \'start_date\': packing_list.getStartDate().Date(),\n
        \'stop_date\': packing_list.getStopDate().Date(),\n
diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision
index d97edbb29fa140807215ea46cfdc2b84f4c97dcd..105d7d9ad3afc7bb78a0dec4d829880831605dfb 100644
--- a/bt5/erp5_project/bt/revision
+++ b/bt5/erp5_project/bt/revision
@@ -1 +1 @@
-99
\ No newline at end of file
+100
\ No newline at end of file