dever преди 7 години
родител
ревизия
a295d12ce3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      main/src/Journal.php

+ 1 - 0
main/src/Journal.php

@@ -515,6 +515,7 @@ class Journal extends Core
             $order_data['cash'] = $info['cash'] * $order_data['num'];
         }
 
+        $source = Dever::input('source');
         if ($source) {
             $order_data['source'] = $source;
         }