updates
parent
3336c4ced7
commit
98f06d7fc7
|
|
@ -300,6 +300,11 @@ namespace QuotationMaker.Controllers
|
||||||
string modelMainItem_name = item.modelMainItem_name;
|
string modelMainItem_name = item.modelMainItem_name;
|
||||||
string modelMainItem_ac = item.modelMainItem_ac;
|
string modelMainItem_ac = item.modelMainItem_ac;
|
||||||
|
|
||||||
|
if (modelMainItem_ac == "") {
|
||||||
|
modelMainItem_ac = "0";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (mainItem_method == "add") {
|
if (mainItem_method == "add") {
|
||||||
modelMainItem_uid = GlobalClass.CreateRandomCode(24);
|
modelMainItem_uid = GlobalClass.CreateRandomCode(24);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue