mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-05 15:48:35 -05:00
Fix definition flags (#4081)
This commit is contained in:
@@ -708,7 +708,7 @@ function get_attribute_definition_data_row(object $attribute_row): array
|
||||
}
|
||||
else
|
||||
{
|
||||
$definition_flags = implode(', ', $attribute->get_definition_flags());
|
||||
$definition_flags = implode(', ', $attribute_row->definition_flags);
|
||||
}
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user