mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	refactor invoice & estimate migrations
This commit is contained in:
		| @ -286,7 +286,7 @@ export default { | ||||
|           let request = await this.deleteInvoice(this.id) | ||||
|           if (request.data.success) { | ||||
|             window.toastr['success'](this.$tc('invoices.deleted_message', 1)) | ||||
|             this.$router.push('/admin/invoices/') | ||||
|             this.$router.push('/admin/invoices') | ||||
|           } else if (request.data.error) { | ||||
|             window.toastr['error'](request.data.message) | ||||
|           } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user