Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user