Explorar el Código

0805-0150-h01

Zory hace 7 horas
padre
commit
b52a6f4cc8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/functions.php

+ 1 - 1
app/functions.php

@@ -393,7 +393,7 @@ if (!function_exists("pageFormatBills")) {
                 "title"             => $bill["title"],
                 "day"               => $bill["day"],
                 "end_day"           => $bill["end_day"],
-                "order_number"      => $bill["order_number"],
+                "order_num"         => $bill["order_num"],
                 "order_money"       => $bill["order_money"],
                 "store_money"       => $bill["store_money"],
                 "star_fee_total"    => $bill["star_fee_total"],