Minor fix

This commit is contained in:
Nabin Hait
2014-11-03 15:08:21 +05:30
parent 28913b97b0
commit 5288bdeabb
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ def make_sl_entries(sl_entries, is_amended=None):
if sle.get('is_cancelled') == 'Yes':
sle['actual_qty'] = -flt(sle['actual_qty'])
if sle.get("actual_qty") or sle.voucher_type=="Stock Reconciliation":
if sle.get("actual_qty") or sle.get("voucher_type")=="Stock Reconciliation":
sle_id = make_entry(sle)
args = sle.copy()