|
|
@@ -708,7 +708,7 @@ func (this *PaymentInfoController) ReceiveMoneyBillList() {
|
|
|
invoiceInfo.SupplierId = supplierId
|
|
|
invoiceInfo.SupplierName = suppentity.SupplierName
|
|
|
invoiceInfo.CommercialNo = suppentity.CommercialNo
|
|
|
- invoiceInfo.Address = suppentity.Address
|
|
|
+ invoiceInfo.Address = suppentity.AllAddress + " " + suppentity.Address
|
|
|
invoiceInfo.BankAccount = suppentity.BankAccount
|
|
|
invoiceInfo.DepositBank = suppentity.DepositBank
|
|
|
invoiceInfo.Email = suppentity.EMail
|