commit | 29c8327a2f17489c48b6edd3e30690a7fea246f9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Aug 14 12:48:41 2013 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Aug 14 12:48:41 2013 +0530 |
tree | e305a192e828f3320752e6016803e2731ea092da | |
parent | f3a9b31b1faf84972a9120940a76eed53ef0488c [diff] [blame] |
[fix] [minor] Analytics role added in Financial Statements report
diff --git a/selling/utils.py b/selling/utils.py index 7ccad6a..120469f 100644 --- a/selling/utils.py +++ b/selling/utils.py
@@ -69,7 +69,8 @@ if cint(args.is_pos): pos_settings = get_pos_settings(args.company) - out.update(apply_pos_settings(pos_settings, out)) + if pos_settings: + out.update(apply_pos_settings(pos_settings, out)) return out