mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 08:24:06 +00:00
fix purchase order input bug
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
},
|
||||
methods: {
|
||||
submitForm(){
|
||||
this.parameters = {fix_amount : parseFloat((this.parameters.fix_amount).toString().replace(',', ''))}
|
||||
this.parameters = {fix_amount : parseFloat((this.fix_amount).toString().replace(',', ''))}
|
||||
this.submit(this.route('api.booking.booking_amount.update', this.data.id), 'put', this.section, true, true)
|
||||
},
|
||||
successHandler(){
|
||||
|
||||
Reference in New Issue
Block a user