You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql = "SELECT * FROM invoice_adjustments INNER JOIN transaction ON id = invoice_id AND invoice_adjustments.company_email = transaction.company_email WHERE transaction_id = '$id' AND invoice_adjustments.company_email = '$company_email'";