minor fix

This commit is contained in:
Nabin Hait 2014-12-31 12:08:13 +05:30
parent dd38a266b8
commit a4e547d71d
2 changed files with 1 additions and 3 deletions

View File

@ -112,8 +112,6 @@ class MaterialRequest(BuyingController):
if self.material_request_type == "Purchase":
return
self.get("items") = self.get("items")
if not mr_items:
mr_items = [d.name for d in self.get("items")]

View File

@ -1,4 +1,4 @@
items# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals