mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Migrated Vendor Templates to its own table, lots of code modifications here
This commit is contained in:
@@ -29,8 +29,6 @@ $sql_vendor_expenses = mysqli_query($mysqli, "
|
||||
vendors
|
||||
LEFT JOIN
|
||||
expenses ON vendors.vendor_id = expenses.expense_vendor_id $year_condition
|
||||
WHERE
|
||||
vendors.vendor_template = 0
|
||||
GROUP BY
|
||||
vendors.vendor_id
|
||||
HAVING
|
||||
|
||||
Reference in New Issue
Block a user