Fixed WWREF

This commit is contained in:
Andreas Kristiansen
2025-02-04 18:38:01 +01:00
parent e5a725d6e4
commit 85fc13ebca

View File

@@ -75,7 +75,7 @@ class Lookup_model extends CI_Model{
$binds[]=$queryinfo['sota'];
break;
case 'wwff':
$sqlquerytypestring .= " and col_sig = 'WWFF' and col_sig_info = ?";
$sqlquerytypestring .= " and col_wwff_ref = ?";
$binds[]=$queryinfo['wwff'];
break;
case 'itu':