From d8e9c5a8db8bdd62ef635dc7db8cc55da55120f8 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 6 Aug 2020 12:47:06 +0200 Subject: [PATCH] Clean unused functions --- .../WebUserControls/cmp_kittingSmart.ascx.cs | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_kittingSmart.ascx.cs b/NKC_WF/WebUserControls/cmp_kittingSmart.ascx.cs index 62f40bb..2263f70 100644 --- a/NKC_WF/WebUserControls/cmp_kittingSmart.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_kittingSmart.ascx.cs @@ -720,32 +720,5 @@ namespace NKC_WF.WebUserControls showItemDetail(false, null, false); } } - /// - /// imposto a parcheggiato - /// - /// - /// - protected void lbtParkArea_Click(object sender, EventArgs e) - { - // resetto item selezionato... - DataLayer.man.taIL.updateStatus(itemIdSelected, 100, PlaceId); - resetSelection(true); - showItemDetail(false, null, false); - lblMessage.Text = "Item Parked"; - } - /// - /// Imposto come danneggiato/scrapped da rilavorare offline - /// - /// - /// - protected void lbtScrapped_Click(object sender, EventArgs e) - { - // resetto item selezionato... - DataLayer.man.taIL.updateStatus(itemIdSelected, 990, PlaceId); - lblMessage.Text = "Item Set SCRAPPED"; - // rirprocesso barcode... - lastCmd = lastValidCmd; - processLastCmd(false); - } } } \ No newline at end of file