diff --git a/app/Support/OwnerVerification/VerificationChangeFormatter.php b/app/Support/OwnerVerification/VerificationChangeFormatter.php index 94f84fc..4546a50 100644 --- a/app/Support/OwnerVerification/VerificationChangeFormatter.php +++ b/app/Support/OwnerVerification/VerificationChangeFormatter.php @@ -77,7 +77,7 @@ private static function label(string $field): string 'is_active' => 'Status Aktif', 'variants' => 'Varian', 'prices' => 'Varian Harga', - 'quantity' => 'Jumlah Transfer', + 'quantity' => 'Perubahan Stok Ecer', 'stock' => 'Stok Bagus', 'retail_stock' => 'Stok Ecer', 'variant_name' => 'Varian', diff --git a/resources/js/components/modal/RetailStockTransferModal.vue b/resources/js/components/modal/RetailStockTransferModal.vue index c1eb0d0..baab58e 100644 --- a/resources/js/components/modal/RetailStockTransferModal.vue +++ b/resources/js/components/modal/RetailStockTransferModal.vue @@ -195,7 +195,7 @@ function formatNumber(value: number): string {
- Jumlah Transfer + Perubahan Stok Ecer