[IMP] Improved YML string in Delivery module

bzr revid: tpa@tinyerp.com-20111227131433-ps9xb2so1apo4jv0
This commit is contained in:
Turkesh Patel (Open ERP) 2011-12-27 18:44:33 +05:30
parent 57488fe4cd
commit ddc528e7b5
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@
assert len(line_ids), "Delivery cost is not Added"
line_data = self.browse(cr ,uid ,line_ids[0] ,context)
#assert line_data.price_subtotal == 0, "Added Delivey cost is wrong."
#assert line_data.price_subtotal == 0, "Added Delivey cost is wrong." # Due to Bug #908020