Patch for inaccurate validation of (admission) application vetting records

0 views
Skip to first unread message

C K Wu

unread,
Nov 11, 2010, 9:16:16 PM11/11/10
to CK-ERP...@googlegroups.com, CK-E...@googlegroups.com
Hi, folks,

While rehearsing for the webinar tonight, I discover an error causing
inaccurate validation of (admission) application vetting records.

The Patch is listed below,

===========================================================
Patch for inaccurate validation of (admission) application vetting records.

Edit ...../ck-registrar/inc/class.appvet.inc.php ,

At line 93,

$row = exapi_lang("Row") ;

Replace the original line with the following line,

$row = exapi_lang("Row") ; $accept=$reject=$rejectmeri=False;


At line 103,

$totpfactor=$totsfactor=0; $accept=$reject=$rejectmeri=False;

Replace the original line with the following line,

$totpfactor=$totsfactor=0;
=============================================================

This patch has also been uploaded to ck-erp.org .

Best Regards,
CK

Reply all
Reply to author
Forward
0 new messages