Gutschriften manuell hinzufügen, Yard 0& tax
This commit is contained in:
parent
e670b92f5d
commit
c02fffd883
24 changed files with 497 additions and 68 deletions
|
|
@ -72,6 +72,10 @@ class ModalController extends Controller
|
|||
$value = [];
|
||||
$ret = view("admin.modal.add_pay_credit", compact('value', 'data'))->render();
|
||||
}
|
||||
if($data['action'] === 'add-user-credit'){
|
||||
$value = [];
|
||||
$ret = view("admin.modal.add_credit", compact('value', 'data'))->render();
|
||||
}
|
||||
|
||||
if($data['action'] === 'user-credit-status'){
|
||||
$value = UserCredit::find($data['id']); //current user form order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue