Problem in 1.5.3 ?
I just noticed something in this file: includes/classes/packs.class.php
in 1.5.3 you made a change on line 70: (function give_to_user)
'jobs_count' => 0,
and in 1.5.2 it was:
'jobs_count' => 1,
I noticed that when this is set to 0 the job count is not properly applied after checking out (posting a job).
Ie. i buy a job pack with 1 job listing, i check out and submit my job post and i still have 1 available job post ! it sould be 0 since i used the pack to buy my job posting already...
So i went and edited back to " 'jobs_count' => 1," for now... and everything works normally.
Just a FYI...