Closed (fixed)
Project:
Community Accounting
Version:
7.x-3.0-rc3
Component:
Transactions
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2012 at 18:08 UTC
Updated:
3 Dec 2012 at 19:51 UTC
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
Comment #1
matslats commentedYou're correct.
Remove the extra dollar sign on line 102
This error only affects the subject of the mail notifaction of mass payments.