wallet credit note

This commit is contained in:
edmondlang
2023-09-15 17:34:16 +08:00
parent c55a8e7af9
commit 6ab289057b
6 changed files with 28 additions and 12 deletions
+2
View File
@@ -1189,4 +1189,6 @@ Route::get('/duplicate-package-clean-up', function(){
});
Route::get('transaction/{id}/credit_note/download', 'Transactions\GenerateCreditNotePdfController@download')->name('transaction.credit_note.download');