refs #2680 Changed: Email function . CU-3196abw - ( #3196abw )

This commit is contained in:
Cüneyt Şentürk
2022-10-20 14:59:04 +03:00
parent 32e4bc85a5
commit a849f5a78c
8 changed files with 106 additions and 131 deletions

View File

@ -565,7 +565,7 @@ class Transaction extends Model
'permission' => 'read-banking-transactions',
'attributes' => [
'id' => 'index-line-actions-send-email-' . $this->type . '-' . $this->id,
'@click' => 'onEmail("' . route('modals.transactions.emails.create', $this->id) . '")',
'@click' => 'onSendEmail("' . route('modals.transactions.emails.create', $this->id) . '")',
],
];
}