[IMP]account:overdue payment default value is set without space

bzr revid: mma@tinyerp.com-20110818072724-cua8hhk77dpwq4zm
This commit is contained in:
Mayur Maheshwari (OpenERP) 2011-08-18 12:57:24 +05:30
parent ac9c0e55b0
commit 9961c962e8
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ class res_company(osv.osv):
}
_defaults = {
'overdue_msg': 'Please note that the following payments are now due. If your payment \
has been sent, kindly forward your payment details. If payment will be \
delayed further, please contact us to discuss. \
'overdue_msg': 'Please note that the following payments are now due.\
\nIf your payment has been sent, kindly forward your payment details.\
\nIf payment will be delayed further, please contact us to discuss.\
\nWould your payment have been carried out after this mail was sent, please consider the present one as void.'
}