|
|
@@ -207,6 +207,7 @@ public class stockbill extends Controller {
|
|
|
updateSQL.setValue("outplace", outplace);
|
|
|
updateSQL.setValue("delivery", delivery);
|
|
|
updateSQL.setValue("logisticsmethod", logisticsmethod);
|
|
|
+ updateSQL.setValue("sa_supplierid", content.getLongValue("sa_supplierid"));
|
|
|
updateSQL.setValue("invoice_enterprisename", content.getStringValue("invoice_enterprisename"));
|
|
|
updateSQL.setValue("invoice_address", content.getStringValue("invoice_address"));
|
|
|
updateSQL.setValue("invoice_taxno", content.getStringValue("invoice_taxno"));
|