mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
@@ -521,7 +521,7 @@ class TestPOSInvoice(unittest.TestCase):
|
|||||||
rounded_total = frappe.db.get_value("Sales Invoice", pos_inv2.consolidated_invoice, "rounded_total")
|
rounded_total = frappe.db.get_value("Sales Invoice", pos_inv2.consolidated_invoice, "rounded_total")
|
||||||
self.assertEqual(rounded_total, 400)
|
self.assertEqual(rounded_total, 400)
|
||||||
|
|
||||||
def test_pos_batch_ietm_qty_validation(self):
|
def test_pos_batch_item_qty_validation(self):
|
||||||
from erpnext.stock.doctype.stock_reconciliation.test_stock_reconciliation import (
|
from erpnext.stock.doctype.stock_reconciliation.test_stock_reconciliation import (
|
||||||
create_batch_item_with_batch,
|
create_batch_item_with_batch,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user