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