Patch for fixing floating point issue in gl entry

This commit is contained in:
Nabin Hait
2012-11-30 19:40:37 +05:30
parent 8b9f4ffcfc
commit 995b5c617b
2 changed files with 7 additions and 0 deletions

View File

@@ -701,4 +701,8 @@ patch_list = [
'patch_module': 'patches.november_2012',
'patch_file': 'production_order_patch',
},
{
'patch_module': 'patches.november_2012',
'patch_file': 'gle_floating_point_issue',
},
]