Expand report email.

This commit is contained in:
James Cole
2018-06-26 19:26:10 +02:00
parent 5d01955133
commit 49de4f2200
6 changed files with 53 additions and 15 deletions

View File

@@ -73,6 +73,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property bool $is_split
* @property int $attachmentCount
* @property int $transaction_currency_id
* @property int $foreign_currency_id
*/
class Transaction extends Model
{