mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
* test: create stock test mixin for assertion/utils (cherry picked from commit293eb8d722) # Conflicts: # erpnext/stock/doctype/stock_ledger_entry/test_stock_ledger_entry.py # erpnext/stock/tests/test_utils.py * fix: purchase invoice return GLe voucher_wise_stock_value contains tuples and the condition was looking for string, so it's never triggered. Caused by https://github.com/frappe/erpnext/pull/24200 (cherry picked from commit7726271e2a) * chore: conflicts Co-authored-by: Ankush Menat <me@ankush.dev> Co-authored-by: Ankush Menat <ankush@frappe.io>