begin order form with registration
This commit is contained in:
@@ -451,7 +451,7 @@ class Articles
|
||||
$tags[$tag['group']][] = $tag['name'];
|
||||
}
|
||||
}
|
||||
return $tags;
|
||||
return $tags ?? null;
|
||||
}
|
||||
|
||||
public static function getPricesByArticle($article)
|
||||
|
||||
Reference in New Issue
Block a user