From 320b16f86e24f6a6809dd89f85b634754618c913 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 29 Jun 2023 22:48:14 +1000 Subject: [PATCH] Specify batch code for incoming items (#386) When receiving against purchase order --- lib/widget/po_line_detail.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/widget/po_line_detail.dart b/lib/widget/po_line_detail.dart index 9391cdfc..b8ac8aaa 100644 --- a/lib/widget/po_line_detail.dart +++ b/lib/widget/po_line_detail.dart @@ -121,7 +121,10 @@ class _POLineDetailWidgetState extends RefreshableState { "parent": "items", "nested": true, }, - "location": { + "location": {}, + "batch_code": { + "parent": "items", + "nested": true, }, "barcode": { "parent": "items",