~ihris+uganda/ihris-uganda/uganda-des-train

« back to all changes in this revision

Viewing changes to modules/Inspection/modules/StudentEnrollement/lib/iHRIS_Module_StudentEnrollement.php

  • Committer: Nobert Mijumbi
  • Date: 2015-03-24 14:34:46 UTC
  • Revision ID: nobertmn@gmail.com-20150324143446-d5i19rx2be96f5cu
corrected module classes for Attendance and StudentEnrollement

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        if (!$obj instanceof iHRIS_PageViewInspection) {
45
45
            return;
46
46
        }
47
 
        return $obj->addChildForms('action_stud_enrollement_4_1', 'siteContent');
 
47
        return $obj->addChildForms('stud_enrollement_4_1', 'siteContent');
48
48
    }
49
49
    
50
50
     public function action_stud_passrate_4_2($obj) {
51
51
        if (!$obj instanceof iHRIS_PageViewInspection) {
52
52
            return;
53
53
        }
54
 
        return $obj->addChildForms('action_stud_passrate_4_2', 'siteContent');
 
54
        return $obj->addChildForms('stud_passrate_4_2', 'siteContent');
55
55
    }
56
56
 
57
57
}