change posting date to invoice date for shipping portal when export invoice to autocount

This commit is contained in:
Steve Ng
2024-01-03 09:05:07 +08:00
parent e0805a9601
commit 6427e2996f
@@ -37,6 +37,7 @@ class MappableTransactionResource extends JsonResource
'owner_type' => Transaction::class,
'owner_id'=> $this->id,
'owner_reference'=> $reference,
'created_at'=> $this->created_at, // invoice date
];
}
}