commit | 3edefb19b9350c36ee0545856a951a78cec0b5c8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Jul 20 16:13:18 2016 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Jul 20 16:14:30 2016 +0530 |
tree | ea44e1dd51bf44d63393a405bc94e79623da16c4 | |
parent | 649e2538e59a17a9e1488a07098e9c18a7056d3d [diff] [blame] |
Demo data for fixed asset depreciation
diff --git a/erpnext/demo/user/hr.py b/erpnext/demo/user/hr.py index bd86507..50f15bb 100644 --- a/erpnext/demo/user/hr.py +++ b/erpnext/demo/user/hr.py
@@ -124,4 +124,4 @@ def get_random_item(): return frappe.db.sql_list(""" select name from `tabItem` where - has_variants = 0 order by rand() limit 1""")[0] + has_variants=0 and is_stock_item=0 and is_fixed_asset=0 order by rand() limit 1""")[0]