From fc193c26d0f781537f153d3d4755e24d2d5ad63f Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 28 Jan 2021 22:43:41 +1100 Subject: [PATCH] Delete unused function --- InvenTree/templates/js/barcode.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/InvenTree/templates/js/barcode.js b/InvenTree/templates/js/barcode.js index d91eb85e68..990adc1a0b 100644 --- a/InvenTree/templates/js/barcode.js +++ b/InvenTree/templates/js/barcode.js @@ -120,12 +120,6 @@ function showInvalidResponseError(modal, response, status) { } -function clearBarcodeError(modal, message) { - - $(modal + ' #barcode-error-message').html(''); -} - - function enableBarcodeInput(modal, enabled=true) { var barcode = $(modal + ' #barcode');