order env

This commit is contained in:
Samandar Turgunboyev
2026-02-04 09:28:00 +05:00
parent 8a4682212f
commit 4d22e3441c
3 changed files with 3 additions and 5 deletions

View File

@@ -287,7 +287,7 @@ const OrderPage = () => {
mutate({
order: [
{
filial_code: 'dodge',
filial_code: process.env.NEXT_FILIAL_CODE!,
delivery_date: formatDate.format(deliveryDate, 'DD.MM.YYYY'),
room_code: process.env.NEXT_ROOM_CODE!,
deal_time: formatDate.format(deliveryDate, 'DD.MM.YYYY'),