Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-31 17:20:29 +03:00
parent 526407fdfa
commit fce3d8e486

View File

@@ -3210,6 +3210,22 @@ watch(
}
)
// 📝 Sipariş genel açıklaması draft'ta kalmalı:
// form -> store.header sync + debounce persist
watch(
() => [form.Description, form.InternalDescription],
([description, internalDescription]) => {
orderStore.setHeaderFields?.(
{
Description: description ?? '',
InternalDescription: internalDescription ?? ''
},
{ immediatePersist: false }
)
orderStore._safePersistDebounced?.()
}
)
/* ===========================================================
🔹 useComboWatcher (v6.3 — MUTATION AWARE & CLEAN)
- Edit modda combo değişirse: