mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
New button to allow admin to switch e-credit note to normal credit note for customer otped in for e-invoice
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Http\Controllers\Transactions;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use App\Classes\Modules\Transactions\ControllersLogic\UpdateCreditNoteOptLogic;
|
||||
|
||||
class UpdateCreditNoteOptController
|
||||
{
|
||||
public function opt(Request $request, UpdateCreditNoteOptLogic $logic) {
|
||||
return $logic->execute($request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user