invoice date empty on invoice
-
Hi,
for reasons I do not understant the invoice and order date is always empty on the invoice.
I fixed it by adjusting “get_orderdate_timestamp” in /public/modules/invoice/invoice.php
This is how it works for me:
protected static function get_orderdate_timestamp($order) { $order_date = $order->get_date_created(); return strtotime($order_date); }
For whatever reasons the
get_the_date
function was not working.Please have a look and maybe change it in the main version.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘invoice date empty on invoice’ is closed to new replies.