working on #40

This commit is contained in:
denisdulici
2017-11-15 21:53:40 +03:00
parent 518863fbec
commit 05336abd01
4 changed files with 37 additions and 44 deletions

View File

@ -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();

View File

@ -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();