mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fix wallet insufficient credit
This commit is contained in:
@@ -529,7 +529,7 @@
|
||||
computed: {
|
||||
walletOutstanding(){
|
||||
let walletBalance = this.data.company.wallet ? this.data.company.wallet.amount : 0;
|
||||
return walletBalance - this.calculation.total;
|
||||
return (walletBalance - this.calculation.total).toFixed(2);
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user