From 4a748f45c90b8c210131e88d08c473de7b7aa114 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Tue, 12 Mar 2024 15:28:33 +0530 Subject: [PATCH] fix: linter issue --- erpnext/public/js/utils/serial_no_batch_selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/utils/serial_no_batch_selector.js b/erpnext/public/js/utils/serial_no_batch_selector.js index 8f7160d66f9..24133b8cdc3 100644 --- a/erpnext/public/js/utils/serial_no_batch_selector.js +++ b/erpnext/public/js/utils/serial_no_batch_selector.js @@ -611,4 +611,4 @@ erpnext.SerialBatchPackageSelector = class SerialNoBatchBundleUpdate { this.dialog.fields_dict.entries.grid.refresh(); } -}; \ No newline at end of file +};