rabin 3 lat temu
rodzic
commit
aaaa2709da
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/agent/database/member_agreement.php

+ 1 - 1
service/agent/database/member_agreement.php

@@ -23,7 +23,7 @@ if (Dever::load('manage/auth')->checkFunc('agent.member_agreement', 'edit1', '
      $list_button['oper1'] = array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} <= 2");
      $list_button['oper1'] = array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} <= 2");
 }
 }
 if (Dever::load('manage/auth')->checkFunc('agent.member_agreement', 'chongxinqianshu', '重新签署')) {
 if (Dever::load('manage/auth')->checkFunc('agent.member_agreement', 'chongxinqianshu', '重新签署')) {
-    $list_button['oper'] = array('更新并重新签署', '"agent/lib/manage.upSignAgreement?id={id}"', "{status} == 2");
+    $list_button['oper2'] = array('更新并重新签署', '"agent/lib/manage.upSignAgreement?id={id}"', "{status} == 2");
 }
 }
 
 
 $agreement = function()
 $agreement = function()