Andrew Wallo 4 months ago
parent
commit
e255afccf2

+ 0
- 1
app/Filament/Company/Resources/Accounting/TransactionResource/RelationManagers/JournalEntriesRelationManager.php View File

40
                     ->label('Amount')
40
                     ->label('Amount')
41
                     ->weight(FontWeight::SemiBold)
41
                     ->weight(FontWeight::SemiBold)
42
                     ->sortable()
42
                     ->sortable()
43
-                    ->alignRight()
44
                     ->currency(CurrencyAccessor::getDefaultCurrency()),
43
                     ->currency(CurrencyAccessor::getDefaultCurrency()),
45
                 Tables\Columns\TextColumn::make('created_at')
44
                 Tables\Columns\TextColumn::make('created_at')
46
                     ->label('Created at')
45
                     ->label('Created at')

Loading…
Cancel
Save