Merge pull request #14017 from netchampfaris/apply-price-list-hotfix

[fix] apply price list
This commit is contained in:
Saurabh 2018-05-15 11:25:08 +05:30 committed by GitHub
commit ccd0617e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1094,6 +1094,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
me.in_apply_price_list = false; me.in_apply_price_list = false;
} }
} }
}).always(() => {
me.in_apply_price_list = false;
}); });
}, },