Commit 7a51b0b7 authored by wansari's avatar wansari

merged in head for firm plan release ibase3-webitm-mfg5-7-8-1


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102713 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 609a9913
......@@ -8,7 +8,7 @@ import java.util.HashMap;
public class SiteItemSummaryBean
{
private String siteCode = "",itemCode = "",workOrder = "",siteCodeShip = "",transTran = "",
locCode = "",lotSl="",lotNo="";
locCode = "",lotSl="",lotNo="",lineNoOrder = "";
private double otherSiteQty = 0;
ArrayList stockList = new ArrayList();
......@@ -157,4 +157,13 @@ public class SiteItemSummaryBean
//Changed by wasim on on 11-04-2016 for get set method for stock update [START]
//Changed by wasim on on 13-07-2016 for get set method for line number order [START]
public String getLineNoOrder() {
return lineNoOrder;
}
public void setLineNoOrder(String lineNoOrder) {
this.lineNoOrder = lineNoOrder;
}
//Changed by wasim on on 11-04-2016 for get set method for line number order [END]
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment