diff --git a/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php b/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php index bae219ee..5b6fe656 100644 --- a/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php +++ b/app/Endpoint/Api/Http/Resources/DistributionPreIncomeLogResource.php @@ -16,6 +16,7 @@ class DistributionPreIncomeLogResource extends JsonResource { return [ 'remarks' => $this->remarks, + 'change_sales_value' => $this->change_sales_value, 'change_amount' => $this->change_amount, 'change_revenue'=> $this->change_revenue, 'created_at' => $this->created_at->toDateTimeString(),