1
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Pilot_KD_Parino.SAL_DELIVERYNOTICE
|
||||
|
||||
var groupItemObj = this.View.Model.GetValue("F_IsGroupItem", e.Row);
|
||||
var groupItem = groupItemObj == null ? false : groupItemObj.Convert<bool>();
|
||||
if (!groupItem)
|
||||
if (groupItem)
|
||||
return;
|
||||
|
||||
var entrys = this.View.Model.DataObject["SAL_DELIVERYNOTICEENTRY"] as DynamicObjectCollection;
|
||||
|
||||
Reference in New Issue
Block a user