mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 12:57:32 -04:00
Refactor + fix detailed reports (#68)
This commit is contained in:
@@ -416,6 +416,10 @@ class Items extends Secure_Controller
|
||||
{
|
||||
$values['selected_value'] = $definition_ids[$definition_id];
|
||||
}
|
||||
else
|
||||
{
|
||||
$values['selected_value'] = '';
|
||||
}
|
||||
|
||||
unset($data['definition_names'][$definition_id]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user