From bd5bb7ed0451218a94e634f7cfc1374c4fd85f05 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Mon, 26 Nov 2007 16:28:48 +0000 Subject: [PATCH] add overwork annotation line to idTranslationDict git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17796 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Base.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py index dfbbb13689..bd4512480b 100644 --- a/product/ERP5Type/Base.py +++ b/product/ERP5Type/Base.py @@ -2346,8 +2346,10 @@ class Base( CopyContainer, 'Career': dict(default_career='Default Career'), 'Payment Condition': dict(default_payment_condition= 'Default Payment Condition'), - 'Annotation Line': dict(default_annotation_line= - 'Default Annotation Line'), + 'Annotation Line': dict( + work_time_annotation_line='Work Time Annotation Line', + social_insurance_annotation_line='Social Insurance Annotation Line', + overtime_annotation_line='Overtime Annotation Line'), 'Image': dict(default_image='Default Image'), 'Purchase Supply Line': dict(purchase_supply_line= 'Default Purchase Supply Line'), -- 2.30.9