Hello
I'm using the cron to generate email alerts when imputations are incomplete.
The tool generates some ERRORS (undefined index 'workDetail') in tool/generateImputationAlert.php at line 113.
Looking at the source code, I think line 110 is wrong:
current line:
suggested correction is:
Please tell me what do you think of it. I'll try on my lab installation.
Sorry, i'm not (yet) a contributor and not involved in the Projeqtor factory... I think it's simple to patch and a big win for the use of this feature.
Cheers
I'm using the cron to generate email alerts when imputations are incomplete.
The tool generates some ERRORS (undefined index 'workDetail') in tool/generateImputationAlert.php at line 113.
Looking at the source code, I think line 110 is wrong:
current line:
if ( ! $full ) {
suggested correction is:
if ( ! $res['full'] ) {
Please tell me what do you think of it. I'll try on my lab installation.
Sorry, i'm not (yet) a contributor and not involved in the Projeqtor factory... I think it's simple to patch and a big win for the use of this feature.
Cheers