Handle process visualization and going from one step to another

This commit is contained in:
Almira Krdzic
2018-11-01 10:43:15 +01:00
parent 308c836460
commit 3d16d5027b
19 changed files with 448 additions and 1786 deletions

View File

@@ -16,11 +16,7 @@ function wiaas_get_order_suppliers($order) {
$items = $order->get_items();
$suppliers = get_terms(array(
'taxonomy' => 'supplier',
'fields' => 'id=>name',
'hide_empty' => false
));
$suppliers = wiaas_get_suppliers();
return $suppliers;
}