wip
This commit is contained in:
@@ -62,7 +62,7 @@ class VisaMasterPaymentOrderFieldsForIndex
|
||||
->icons(OrderRepo::statusIcons())
|
||||
->sortable(),
|
||||
|
||||
Text::make(sprintf('%s (%s)', __('Paid'), __('This month')), function () use ($resource, $date) {
|
||||
Text::make(sprintf('%s (%s)', __('Paid'), __('This month')), function () use ($resource) {
|
||||
return static::paidField($resource, $resource->filter_month);
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user