|
|
@@ -164,6 +164,7 @@ public class Item extends Controller {
|
|
|
sqlFactory.addParameter("volume", content.getBigDecimalValue("volume"));
|
|
|
|
|
|
sqlFactory.addParameter("iscustomsize", content.getBooleanValue("iscustomsize"));
|
|
|
+ sqlFactory.addParameter("customprice", content.getBigDecimalValue("customprice"));
|
|
|
sqlFactory.addParameter("widthschemeid", content.getBigDecimalValue("widthschemeid"));
|
|
|
sqlFactory.addParameter("lengthschemeid", content.getBigDecimalValue("lengthschemeid"));
|
|
|
|