Add log for processing. #654
This commit is contained in:
parent
1778af3f9f
commit
31e2088b6a
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ class FulfillOpenJobOrderCommand extends Command
|
|||
if (($update_jo_ctr == self::JO_BATCH_CTR) ||
|
||||
($jo_ctr == $total_jos))
|
||||
{
|
||||
error_log('Processing ' . $update_jo_ctr . ' job orders...');
|
||||
|
||||
$update_where_string = implode(' OR ' , $update_wheres);
|
||||
|
||||
// update job order
|
||||
|
|
|
|||
Loading…
Reference in a new issue