Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alkadoHs committed Mar 10, 2024
1 parent 31f998d commit 366e707
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 168 deletions.
2 changes: 1 addition & 1 deletion app/Filament/Resources/BranchTransferResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static function table(Table $table): Table
'main_product_id'=> $product->main_product_id,
'stock' => $record->stock,
'stock_limit' => 0,
'new_stock' => $record->stock,
'new_stock' => 0,
]);
}
}
Expand Down
276 changes: 138 additions & 138 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions public/js/filament/forms/components/markdown-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/support/support.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/widgets/components/chart.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/pboivin/filament-peek/filament-peek.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 366e707

Please sign in to comment.