log in outX fixed

This commit is contained in:
CHIEFSOFT\ameye
2024-09-20 11:34:53 -04:00
parent 84ccb6a251
commit e2679e6e79
2 changed files with 3 additions and 2 deletions
@@ -78,7 +78,7 @@ Dear <b>{{firstname}}</b>,
</tr>
<tr>
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
<a href="{{promo_server_name}}/PROMIFE/{{promo_uid}}">Click here to view opportunities</a>
<a href="{{promo_server_name}}/{{promo}}/{{promo_uid}}">Click here to view opportunities</a>
</td>
</tr>
<tr>
+2 -1
View File
@@ -2486,6 +2486,7 @@ long LoginWrenchPromoAccount( CVars in, CVars &out ){
CVars z;
CVars inx;
CVars inj;
CVars outX;
try {
@@ -2561,7 +2562,7 @@ long LoginWrenchPromoAccount( CVars in, CVars &out ){
inj["job_description"] = "0"; inj["job_description"].set_valid( true );
inj["action"] = WRENCHBOARD_JOB_OFFER_SYSTEM; inj["action"].set_valid( true );
inj["assign_mode"] = ASSIGN_MODE_EMAIL; inj["assign_mode"].set_valid( true );
out["assign_id"] = WrenchJobOfferSystems(inj, out);
out["assign_id"] = WrenchJobOfferSystems(inj, outX);
}
/*