No transactions listed #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The table listing transactions is empty in the transactions view. Even after selecting a "From date" extremely early and logged in as a customer who has transactions in the database
Investigation Plan:
The query uses:
WHERE customer_id = ?with the customer ID from customers tabletransaction_date BETWEEN ? AND ?for date filteringPotential issues: