From 313191aeb20d98bf076e599fbdaad104daeb61a3 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 13 Jul 2023 17:23:18 -0400 Subject: [PATCH] On Recurring Invoice List Frequency column should be displayed after Amount which make more sense when reading it --- client_recurring_invoices.php | 4 ++-- recurring_invoices.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client_recurring_invoices.php b/client_recurring_invoices.php index 38b0d445..ea31808c 100644 --- a/client_recurring_invoices.php +++ b/client_recurring_invoices.php @@ -57,8 +57,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Number Scope - Frequency Amount + Frequency Last Sent Next Date Category @@ -99,8 +99,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - ly + ly diff --git a/recurring_invoices.php b/recurring_invoices.php index be46d6b3..8b0ce9df 100644 --- a/recurring_invoices.php +++ b/recurring_invoices.php @@ -84,9 +84,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Number Next Date Scope - Frequency Client Amount + Frequency Last Sent Category @@ -133,9 +133,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - ly + ly