fix numRow errato in orderSearch
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<small>Preview limited to 1000 results for performances reason, at least 1 parameter to search</small>
|
||||
</div>
|
||||
<div class="col-3 col-md-2 col-lg-1">
|
||||
<uc1:cmp_numRow runat="server" ID="cmp_numRow" numRow="20" />
|
||||
<uc1:cmp_numRow runat="server" ID="cmp_numRow" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -109,6 +109,8 @@ namespace NKC_WF.site
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
((SiteMaster)this.Master).showSearch = false;
|
||||
cmp_numRow.numRow = 20;
|
||||
cmp_OrderSearch.numRow = cmp_numRow.numRow;
|
||||
doUpdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user