Working on fixing issues with payments made on invoice page.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Jul 2019 14:06:13 +0000 (10:06 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Jul 2019 14:06:13 +0000 (10:06 -0400)
commit24876e7db1c178f5f1a4f417342cfedd264778e5
tree52635e9728bfb35e1635854d420f30e1ada7a3b6
parent89dec5b455d801403f9c18df83cac55ba9be43cd
Working on fixing issues with payments made on invoice page.

When paying invoices from the invoice page the abide .on('submit')
events need to be setup on the $('#formId') instead of the $(document).
Failure to do this will result in many submits because it keeps adding
to the document.
classes/notifications.php
models/admin/member/billing.php
views/admin/billing/editInvoiceType.html
views/admin/billing/invoices.html
views/admin/billing/makePaymentAdjustmentAjax.html
views/admin/billing/payments.html