From e37ee49a5b71d5687da26fc05aa293c468d2d54e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 31 Oct 2023 08:23:02 -0400 Subject: [PATCH] name err --- www-api/app/Models/ResultFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Models/ResultFormatter.php b/www-api/app/Models/ResultFormatter.php index c92bc3df..c421a6ce 100644 --- a/www-api/app/Models/ResultFormatter.php +++ b/www-api/app/Models/ResultFormatter.php @@ -803,7 +803,7 @@ class ResultFormatter extends Model "icon" => "https://www.wrenchboard.com/assets/images/apps/currency/".strtolower($out["currency_${key}"]).".svg", "description" => $out["description_${key}"], "confirmation" => $out["confirmation_${key}"], - "rec_lastname_" => $out["rec_lastname_${key}"], + "rec_lastname" => $out["rec_lastname_${key}"], "rec_firstname" => $out["rec_firstname_${key}"], "added" => $out["added_${key}"], "uid" => $out["uid_${key}"],