Handle wiaas documents
This commit is contained in:
@@ -62,6 +62,8 @@ class Wiaas_Order_Project {
|
||||
return array();
|
||||
}
|
||||
|
||||
$available_terms = array();
|
||||
|
||||
foreach ($all_terms as $term) {
|
||||
if (self::is_order_project_available($term->term_id)) {
|
||||
$available_terms[] = array(
|
||||
|
||||
Reference in New Issue
Block a user