Add Income/Expense type for document transactions
This commit is contained in:
11
modules/BC21/Jobs/Banking/CreateDocumentTransaction.php
Normal file
11
modules/BC21/Jobs/Banking/CreateDocumentTransaction.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Jobs\Banking;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see CreateBankingDocumentTransaction
|
||||
*/
|
||||
class CreateDocumentTransaction extends CreateBankingDocumentTransaction
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user