rabin hace 3 años
padre
commit
f4a13a33e5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      service/agent/lib/Agreement.php

+ 1 - 0
service/agent/lib/Agreement.php

@@ -761,6 +761,7 @@ class Agreement
     {
         if ($data) {
             list($role, $name, $price, $price_str, $area, $sdate, $edate, $qdate) = $data;
+            $price = $info['price'];
         } else {
             $role = Dever::db('setting/role')->find($info['role']);
             $name = $this->name($agreement, $info, $role);