This commit is contained in:
2025-02-21 00:56:03 +05:00
parent 1c9889e0b4
commit 0f3e0d6490
3 changed files with 4 additions and 5 deletions

View File

@@ -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);
}),
];