feature/IO-3255-simplified-parts-management -Add Timezone default to provisioning

This commit is contained in:
Dave
2025-08-19 10:32:02 -04:00
parent 5342377ca9
commit c0a215d20d

View File

@@ -172,7 +172,7 @@ const partsManagementProvisioning = async (req, res) => {
country: p.country, country: p.country,
email: p.email, email: p.email,
external_shop_id: p.external_shop_id, external_shop_id: p.external_shop_id,
timezone: p.timezone, timezone: p.timezone || DefaultNewShop.timezone,
phone: p.phone, phone: p.phone,
logo_img_path: { logo_img_path: {
src: p.logoUrl, src: p.logoUrl,