brotherton-erpnext/erpnext/manufacturing
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_chart feat: Exported manufacturing dashboard (#22626) 2020-07-22 16:58:17 +05:30
doctype fix: price list with 0 value are ignored (bp #26655) 2021-08-09 11:34:33 +05:30
manufacturing_dashboard/manufacturing feat: Exported manufacturing dashboard (#22626) 2020-07-22 16:58:17 +05:30
module_onboarding/manufacturing fix: Backport missing commits to develop branch (#25305) 2021-04-13 15:46:01 +05:30
notification feat: Notification for material request receipt 2019-05-01 18:03:40 +05:30
number_card feat: Exported manufacturing dashboard (#22626) 2020-07-22 16:58:17 +05:30
onboarding/manufacturing added onboarding for manufacturing 2020-05-18 11:57:25 +05:30
onboarding_step feat: added tour to manufacturing settings 2020-05-27 15:36:59 +05:30
page fix: bom comparison issue 2020-03-19 10:07:27 +05:30
report fix: bom stock report not working 2021-07-05 13:54:05 +05:30
workspace/manufacturing feat: update workspace folders 2020-12-03 15:48:57 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
dashboard_fixtures.py fix: remove duplicate keys from dictionaries 2021-04-17 16:56:08 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30

Plan and manage manufacturing operations, bill of materials for manufacturing.