Bug in AWO Rewards


  • Default avatar
    jeremy4    
     22 hours ago
    0

    In the credit view, the "Paid" detail column will not show the data because the column is spelled wrong on the code.
    In your calss-aworewards-admin-class-credit::column_paid, you reference the column $row->payment_ids (twice) but the actual column name is $row->payment_id (without s)
  • Your avatar
    seyi    
     an hour ago
    0

    Hello,

    Had a look but do not see an issue.  payment_ids is rendered from the sql, and includes all the payment ids that specific credit line is paid from, because a credit can have multiple payments to it.  payment_id only returns the first.  It is try in 99.9% of the cases this would be the case but there is a small percentage.