solving bugs
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
title="Holding and Reedemed"> --}}
|
||||
<a class="action_icon hold_reedem" data-bs-toggle="tooltip"
|
||||
{{-- data-count="{{ $count }}" {{$data->products == null ? onclick="holdingStatus({{ $data->id }},'{{ $data->holding_status }}',{{ $count }})" }} onclick="holdingStatus({{ $data->id }},'{{ $data->holding_status }}',{{ $count }}, {{ $data->products == null ? 'null' : ($data->products->profit_sharing == null ? $data->products->id : $data->products->profit_sharing) }})" --}} data-count="{{ $count }}"
|
||||
onclick="holdingStatus({{ $data->id }},'{{ $data->holding_status }}',{{ $count }},{{ $data->products->profit_sharing ? (int)$data->products->profit_sharing : 'null' }}, '{{ $data->custom_id }}','{{ $data->categories }}',{{ $data->products_id }})"
|
||||
onclick="holdingStatus({{ $data->id }},'{{ $data->holding_status }}',{{ $count }},{{ $data->products ? ($data->products->profit_sharing == null ? 'null' : $data->products->profit_sharing ) : 'null' }}, '{{ $data->custom_id }}','{{ $data->categories }}',{{ $data->products_id }})"
|
||||
data-bs-custom-class="tooltip-inverse" data-bs-placement="top"
|
||||
title="Holding and Reedemed">
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user