On 2026-04-13 15:07:20, billmatiriescom via monday.com wrote:
bill@matiries.com mentioned you in a reply on Orders - Details Page - When an order is created the "Pack Date" is auto-populated with the date the order was created.:
@Robert Woodman,This worked in the test environment, but not the Production.
Entire Discussion:
♦ bill@matiries.com wrote:
Orders - Details Page - When an order is created the "Pack Date" is auto-populated with the date the order was created. This should not be populated until after the order is packed. https://api.yayfund.net/admin/orders/edit/69996
♦ Replies
Robert Woodman: Fixed three sources of incorrect pack_date: Seeder: Changed from generating fake pack dates to setting pack_date = null, packed_by = null, packed_labels_printered = falsePacking workflow: Added pack_date update in ScanAndPackService::savePackedOrder() — now sets pack_date, packed_by, and packed_labels_printered on the Order model at actual pack timeForm: Left the Pack Date field editable on the order form