Andrew Wallo 5 月之前
父節點
當前提交
1ab7bc3e2f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      app/Filament/Company/Pages/Accounting/Transactions.php

+ 3
- 0
app/Filament/Company/Pages/Accounting/Transactions.php 查看文件

@@ -383,6 +383,9 @@ class Transactions extends Page implements HasTable
383 383
                             ->label('Edit journal transaction')
384 384
                             ->modalHeading('Journal Entry')
385 385
                             ->modalWidth(MaxWidth::Screen)
386
+                            ->extraModalWindowAttributes([
387
+                                'class' => 'journal-transaction-modal',
388
+                            ])
386 389
                             ->form(fn (Form $form) => $this->journalTransactionForm($form))
387 390
                             ->afterFormFilled(function (Transaction $transaction) {
388 391
                                 $debitAmounts = $transaction->journalEntries->sumDebits()->getAmount();

Loading…
取消
儲存