cqp 1 viikko sitten
vanhempi
sitoutus
7487c45b73
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config/header/common.php

+ 1 - 1
config/header/common.php

@@ -18,5 +18,5 @@ return [
     72 => ['has_detail' => true, 'is_jump' => false], // 发放
     73 => ['has_detail' => true, 'is_jump' => true], // 业务员工资
     74 => ['has_detail' => true, 'is_jump' => true], // 利润分配
-    75 => ['has_detail' => true, 'is_jump' => true], // 运费统计
+    75 => ['has_detail' => true, 'is_jump' => false], // 运费统计
 ];