feat: refs #6861 reservas

This commit is contained in:
Sergio De la torre 2024-10-21 12:08:46 +02:00
parent f86dc34a1d
commit 2f7b8ccc38
1 changed files with 2 additions and 1 deletions

View File

@ -955,7 +955,8 @@ class CollectionFragmentPickerPreviousNew(
} }
PREITEMPICKERTEST -> { PREITEMPICKERTEST -> {
viewModel.saleTrackingAddPrevOK(collection.collectionFk) //viewModel.saleTrackingAddPrevOK(collection.collectionFk)
viewModel.saleTrackingSectorCollectionAddPrevOK(collection.collectionFk)
} }
} }