clientds data
This commit is contained in:
@@ -99,6 +99,12 @@ class ResultFormatter extends Model
|
||||
"client_uid" => $out["client_uid_${key}"],
|
||||
"client_name" => $out["client_name_${key}"],
|
||||
"client_added" => $out["client_added_${key}"],
|
||||
"client_jobs_completed" => $out["client_jobs_completed_${key}"],
|
||||
"client_jobs_active" => $out["client_jobs_active_${key}"],
|
||||
"client_jobs_missed" => $out["client_jobs_missed_${key}"],
|
||||
"client_offers_pending" => $out["client_offers_pending_${key}"],
|
||||
"client_percent_completion" => $out["client_percent_completion_${key}"],
|
||||
"client_ratings" => $out["client_ratings_${key}"],
|
||||
"offer_code" => $out["offer_code_${key}"],
|
||||
"offer_uid" => $out["offer_uid_${key}"],
|
||||
"sent" => $out["sent_${key}"],
|
||||
|
||||
@@ -92,6 +92,12 @@ function processOutJson($in, $out) {
|
||||
"client_uid" => $out["client_uid_${key}"],
|
||||
"client_name" => $out["client_name_${key}"],
|
||||
"client_added" => $out["client_added_${key}"],
|
||||
"client_jobs_completed" => $out["client_jobs_completed_${key}"],
|
||||
"client_jobs_active" => $out["client_jobs_active_${key}"],
|
||||
"client_jobs_missed" => $out["client_jobs_missed_${key}"],
|
||||
"client_offers_pending" => $out["client_offers_pending_${key}"],
|
||||
"client_percent_completion" => $out["client_percent_completion_${key}"],
|
||||
"client_ratings" => $out["client_ratings_${key}"],
|
||||
"offer_code" => $out["offer_code_${key}"],
|
||||
"offer_uid" => $out["offer_uid_${key}"],
|
||||
"sent" => $out["sent_${key}"],
|
||||
|
||||
Reference in New Issue
Block a user