Converted add payment to a dropdown under invoice to allow for the standard manaual add payment and to pay with a saved card or by entering a card manully

This commit is contained in:
johnnyq
2025-07-14 17:36:03 -04:00
parent da3a1d2ce4
commit 46c4a62046
4 changed files with 51 additions and 14 deletions

13
includes/inc_xcustom.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
require_once "../config.php";
require_once "../functions.php";
require_once "check_login.php";
require_once "page_title.php";
require_once "header.php";
require_once "top_nav.php";
require_once "get_side_nav_counts.php";
require_once "side_nav.php";
require_once "inc_wrapper.php";
require_once "inc_alert_feedback.php";
require_once "filter_header.php";