Commit d0ff2a80 by Nilu

minor modification

parent cefcfd1f
...@@ -151,6 +151,13 @@ public class Company extends BaseCompany ...@@ -151,6 +151,13 @@ public class Company extends BaseCompany
} }
@Override
public Integer getUsedCredits()
{
return super.getUsedCredits() != null ? super.getUsedCredits() : 0;
}
public Job[] getOpenJobs() public Job[] getOpenJobs()
{ {
return Job.SearchByCompany() return Job.SearchByCompany()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment