I got this error

Notice: Undefined variable: in mcapi_mass_pay_submit() (line 102 of /var/zpanel/hostdata/zadmin/public_html/mutualaccounting/sites/all/modules/mutual_credit/extras/accountant_ui/accountant_ui.inc

It appears there is a typo in that two dollar signs are used to declare the variable.

'subject' => $$form_state['storage']['mcapi_accounting_masspay_subject'],

Comments

matslats’s picture

Status: Active » Closed (fixed)

You're correct.
Remove the extra dollar sign on line 102
This error only affects the subject of the mail notifaction of mass payments.