mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix #760
This commit is contained in:
parent
f614caf9bc
commit
8c79e4b4b0
@ -298,8 +298,7 @@ switch ($resource) {
|
||||
break;
|
||||
|
||||
case 'relazioni':
|
||||
|
||||
$query = 'SELECT id, descrizione, colore AS _bgcolor_ FROM an_relazioni ORDER BY descrizione';
|
||||
$query = 'SELECT id, descrizione, colore AS bgcolor FROM an_relazioni |where| ORDER BY descrizione';
|
||||
|
||||
foreach ($elements as $element) {
|
||||
$filter[] = 'id='.prepare($element);
|
||||
|
Loading…
x
Reference in New Issue
Block a user