working on #40
This commit is contained in:
		| @@ -373,10 +373,6 @@ | ||||
|                 }); | ||||
|             }); | ||||
|  | ||||
|             $(document).on('click', '#button-pdf', function (e) { | ||||
|                 location.href = "{{ url('expenses/bills/' . $bill->id . '/pdf') }}"; | ||||
|             }); | ||||
|  | ||||
|             $(document).on('click', '#button-email', function (e) { | ||||
|                 $('#email-modal').remove(); | ||||
|  | ||||
|   | ||||
| @@ -378,10 +378,6 @@ | ||||
|                 }); | ||||
|             }); | ||||
|  | ||||
|             $(document).on('click', '#button-pdf', function (e) { | ||||
|                 location.href = "{{ url('incomes/invoices/' . $invoice->id . '/pdf') }}"; | ||||
|             }); | ||||
|  | ||||
|             $(document).on('click', '#button-email', function (e) { | ||||
|                 $('#email-modal').remove(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user