dever 3 år sedan
förälder
incheckning
97f728d393
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      service/agent/lib/Order.php

+ 1 - 1
service/agent/lib/Order.php

@@ -666,7 +666,7 @@ class Order
 
 
                 if (!$table['body']) {
                 if (!$table['body']) {
                     unset($table);
                     unset($table);
-                    $table = array();
+                    $table['head'] = array();
                 }
                 }
 
 
                 if (isset($process[3]['type']) && is_array($process[3]['type']) && in_array(3, $process[3]['type'])) {
                 if (isset($process[3]['type']) && is_array($process[3]['type']) && in_array(3, $process[3]['type'])) {