|
|
@@ -881,7 +881,7 @@ public class u8 extends Controller {
|
|
|
dObject.put(
|
|
|
"ftaxamount", taxprice.multiply(qty).setScale(2, BigDecimal.ROUND_HALF_UP).toPlainString());
|
|
|
dObject.put("ftaxprice", taxprice + "");
|
|
|
- dObject.put("fstockno", row.getString("fstockno").toString());
|
|
|
+ dObject.put("fstockno", row.getString("stockno").toString());
|
|
|
Rows codeRows = dbConnect.runSqlQuery("select sku from u8billcodes where rb='0' and u8id='"
|
|
|
+ u8id
|
|
|
+ "' and "
|