fix bill seeder

This commit is contained in:
omair saleh
2022-02-18 10:23:25 +08:00
parent cf3470b35b
commit 414a62f3d8
@@ -302,11 +302,6 @@
section: 'bookingDetailSection',
}
},
computed: {
customerBooking(){
return this.item.type === 1 ? this.item : this.item.transaction_payment;
}
},
methods: {
submitForm(){
this.submit(this.route('api.booking.refund.create', this.data.booking.id, this.data.id), 'post', this.section, true, true);