mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	fix payment issue & build version 300
This commit is contained in:
		| @ -363,7 +363,7 @@ export default { | ||||
|         let data = { | ||||
|           editData: { | ||||
|             ...this.formData, | ||||
|             payment_method_id: this.formData.payment_method.id, | ||||
|             payment_method_id: this.formData.payment_method ? this.formData.payment_method.id : null, | ||||
|             payment_date: moment(this.formData.payment_date).format('DD/MM/YYYY') | ||||
|           }, | ||||
|           id: this.$route.params.id | ||||
|  | ||||
		Reference in New Issue
	
	Block a user