Commit bd5bb7ed authored by Fabien Morin's avatar Fabien Morin

add overwork annotation line to idTranslationDict


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17796 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41adf5e5
......@@ -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'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment