1 (edited by asaha 12/31/2018 05:52:39 am)

Topic: View Sales Order # won't show delivery and invoice details.

View Sales Order # from 'Inquiry Drill down' won't show delivery and invoice details.

When changed 'if (!count_array($trans_no))' to 'if (!count($trans_no))' said details appear but throws error "count(): Parameter must be an array or an object that implements Countable in file: /sales/includes/sales_db.inc at line 366"

Testing 2.4.5 on PHP 7.2.

Re: View Sales Order # won't show delivery and invoice details.

There has been a couple of commits (1, 2) to rectify this error after the FA v2.4.5 release. Upgrade to FA 2.4.6 and all should be well.

Re: View Sales Order # won't show delivery and invoice details.

Upgraded to 2.4.6 and working fine. Thank you apmuthu.