From b3850891445e26d3632501dc5f21036108cf5c7a Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 23 Dec 2014 04:56:36 +0000 Subject: [PATCH] Replaces YBP home with PS home :), and turns relative links absolute. --- include_header.html | 2 +- transaction_log.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include_header.html b/include_header.html index a42f85e..4951632 100644 --- a/include_header.html +++ b/include_header.html @@ -30,7 +30,7 @@ function resetTimer() - +
Current Shop | All Shops | Edit Contact Info | Statistics | Transaction Log | YBP HomeCurrent Shop | All Shops | Edit Contact Info | Statistics | Transaction Log | PS Home
diff --git a/transaction_log.php b/transaction_log.php index 524e90e..55b6534 100644 --- a/transaction_log.php +++ b/transaction_log.php @@ -134,7 +134,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormNew")) { if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit") && ($_POST["EditSubmit"] == "Submit")) { - //Error Correction + //Error Correction & good place for jquery $sold_to = (($_POST['sold_to'] == 'no_selection') ? 1268 : $_POST['sold_to'] ); $sold_by = (($_POST['sold_by'] == 'no_selection') ? 1268 : $_POST['sold_by'] ); $date_startstorage = date_update_wo_timestamp($_POST['date_startstorage'], $_POST['db_date_startstorage']);