show a warning if transfer is deleted

This commit is contained in:
Denis Duliçi
2022-07-27 10:48:01 +03:00
parent 3b4dbf3ee5
commit 8f54a87d14
5 changed files with 81 additions and 17 deletions

View File

@ -41,6 +41,7 @@ return [
'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
'missing_transfer' => 'Warning: The transfer related to this transaction is missing. You should consider deleting this transaction.',
],
];