1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Fix for email history

This commit is contained in:
Hillel Coren 2018-03-29 09:07:58 +03:00
parent 49baf851e3
commit e93127bcde

View File

@ -84,5 +84,7 @@ class LoadPostmarkHistory extends Job
$str .= '<p/>';
}
return $str;
}
}