Skip to content
Snippets Groups Projects
Commit 9041a168 authored by SNA's avatar SNA
Browse files

FEAT #0000 change AVIS_CIRCUIT to VISA_CIRCUIT

parent 5c3f0cab
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ abstract class visa_Abstract extends Database
public function getUsersCurrentVis($res_id){
$db = new Database();
$result = array();
$stmt = $db->query("SELECT item_id from listinstance WHERE res_id= ? and difflist_type = 'AVIS_CIRCUIT' ORDER BY sequence ASC", array($res_id));
$stmt = $db->query("SELECT item_id from listinstance WHERE res_id= ? and difflist_type = 'VISA_CIRCUIT' ORDER BY sequence ASC", array($res_id));
while ( $res = $stmt->fetchObject()) {
$result[] = $res->item_id;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment