Hi,

On line 124 of cod_commerce/modules/cod_billy/cod_billy.module there is the following line:

'@location' => $settings->field_billy_invoice_location->value->value(),

This causes an error when rendering PDF invoices. The line should be:

'@location' => $settings->field_billy_invoice_location->value(),

Regards,
Richard

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SubOracle created an issue. See original summary.

Sumit Gawde’s picture

Sumit Gawde’s picture

Status: Active » Needs review

Status: Needs review » Needs work