diff --git a/NKC_SDK/Enums.cs b/NKC_SDK/Enums.cs
index 7dd8a2f..9104d0b 100644
--- a/NKC_SDK/Enums.cs
+++ b/NKC_SDK/Enums.cs
@@ -118,6 +118,16 @@
PartOk
}
+ ///
+ /// Tipologia Batch
+ ///
+ public enum BatchType
+ {
+ Original = 0
+ , Ancestor = 1
+ , Descendant = 2
+ }
+
///
/// Tipi di barcode gestiti
///
diff --git a/NKC_WF/WebUserControls/cmp_batchDetail.ascx b/NKC_WF/WebUserControls/cmp_batchDetail.ascx
index 57eb013..396298a 100644
--- a/NKC_WF/WebUserControls/cmp_batchDetail.ascx
+++ b/NKC_WF/WebUserControls/cmp_batchDetail.ascx
@@ -20,7 +20,7 @@
<%# traduci("SendToNest") %>
+ Visible='<%# checkStatus(Eval("Status"), NKC_SDK.BatchStatus.EstimationDone) && !checkType(Eval("BatchType"), NKC_SDK.BatchType.Descendant) && canStartNew %>'><%# traduci("SendToNest") %>
-