mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 23:18:40 +00:00
fix: minor fix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,7 @@ class TestItemPrices(ERPNextTestSuite):
|
||||
if row[item_idx] == item_code:
|
||||
return row
|
||||
self.fail(f"No report row found for item {item_code}")
|
||||
return None
|
||||
|
||||
def cell(self, columns, row, label):
|
||||
return row[self.labels(columns).index(label)]
|
||||
|
||||
Reference in New Issue
Block a user