Skip to content

Commit 9d5871b

Browse files
Version 8.9 - Small bug fix
1 parent fe2270f commit 9d5871b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/views/get-data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function price_list (){
4949

5050
function get_transaction ($id){
5151
global $db;
52+
// Need to be fixed 7/15/2023
5253
$sql = 'SELECT t.id, c.fullname, c.address, c.contact
5354
FROM transactions AS t
5455
JOIN customers AS c ON t.customer_id = c.id

0 commit comments

Comments
 (0)