brotherton-erpnext/erpnext/stock
Frappe PR Bot 210441d9b5
fix: price list with 0 value are ignored (bp #26655)
* fix: price list with 0 value are ignored

Steps to reproduce:
1. Create 2 item price for two different supplier. One of them should be
   zero.
2. Create PO
3. Add supplier with non-zero price and add item.
4. change supplier. Price won't change. If price was non-zero it
   would've changed.

Root cause: falsiness check instead of null value check is used for
checking if price list value exists. 0 is evaluated as false.

* refactor: make get_price_list_rate function pure

(cherry picked from commit 16d4de5130)

Co-authored-by: Ankush <ankush@iwebnotes.com>
2021-08-09 11:34:33 +05:30
..
dashboard revert: "fix: duplicate stock entry (#25486)" 2021-05-18 16:35:55 +05:30
dashboard_chart fix: add range filters to oldest items chart 2020-07-29 18:06:54 +05:30
dashboard_chart_source feat: stock module dashboard and onboarding 2020-05-19 19:08:30 +05:30
doctype test: fix pricelist tests (#26839) (#26840) 2021-08-06 21:55:01 +05:30
module_onboarding/stock feat: add description to Accounts onboarding 2020-10-15 13:53:12 +05:30
number_card chore: Export Stock Dashboard (#22768) 2020-07-22 16:17:40 +05:30
onboarding_slide/add_a_few_products_you_buy_or_sell fix: remove illustrations from onboarding slides (#19872) 2019-12-23 08:24:46 +05:30
onboarding_step feat: add description to Accounts onboarding 2020-10-15 13:53:12 +05:30
page feat: Trigger rule application from client side 2020-12-08 19:44:29 +05:30
print_format fix: Update pick list print format 2019-08-30 15:59:35 +05:30
report fix: remove limit from stock balance report (#26773) (#26779) 2021-08-03 13:28:50 +05:30
stock_dashboard/stock chore: Export Stock Dashboard (#22768) 2020-07-22 16:17:40 +05:30
workspace/stock feat: added reports to check incorrect qty and valuation for serialized items 2021-06-01 12:46:43 +05:30
__init__.py fix: reposting patch 2021-02-26 17:44:54 +05:30
get_item_details.py fix: price list with 0 value are ignored (bp #26655) 2021-08-09 11:34:33 +05:30
landed_taxes_and_charges_common.js fix: Add distribute manually option in LCV 2021-01-26 17:05:00 +05:30
README.md
reorder_item.py fix: Re-order Item Error Email format (#21342) 2020-04-21 12:52:29 +05:30
stock_balance.py chore: Remove unnecessary print statements 2021-05-28 09:09:36 +05:30
stock_ledger.py fix: added progress bar in repost item valuation 2021-07-27 22:11:30 +05:30
utils.py fix: validation check when no conversion_factor (#26527) 2021-07-16 15:00:08 +05:30

Inventory management module.