brotherton-erpnext/erpnext/utilities
kasgel a59f8640d1
fix: pass stock_qty to get_pricing_rule_for_item
get_pricing_rule_for_item uses the "stock_qty" and "qty" arguments to filter pricing rules.
Not passing stock_qty prevents for example the shopping cart from filtering pricing rules appropriately based on Quantity.
2020-09-05 12:15:49 +02:00
..
doctype fix: move Video DocType from Core to Utilities module 2020-07-21 19:40:18 +05:30
web_form fix: allow read-only on new address form (#19304) 2019-10-15 16:34:55 +05:30
__init__.py fix(unicode): Import unicode_literals in every file 2019-01-22 18:36:10 +05:30
activation.py feat(sync_site): return more data in level 2019-05-09 14:32:15 +05:30
bot.py fix: Incorrect translation syntax 2020-01-29 15:06:18 +05:30
product.py fix: pass stock_qty to get_pricing_rule_for_item 2020-09-05 12:15:49 +02:00
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
transaction_base.py fix: Remove redundant variable declaration (#22641) 2020-07-10 12:34:59 +05:30

Common utilities / DocTypes.