added a option to let admin choose to use customer's beneficiary in supplier report

This commit is contained in:
Jack Goh
2018-07-20 14:54:52 +08:00
parent 5814c999d6
commit b971fc79ce
@@ -99,6 +99,10 @@ export default {
label : item.acc_no,
};
});
this.options_china_bank.unshift({
value : 0,
label : "Use Customer's Beneficiary"
});
})
.catch((error) => {
console.log(error);