refs #6276 feat:silex →salix

This commit is contained in:
Sergio De la torre 2024-04-04 12:18:33 +02:00
parent 42258687d5
commit a6644a1cf2
1 changed files with 3 additions and 3 deletions

View File

@ -167,8 +167,8 @@ class PackagingViewModel(val context: Context) : BaseViewModel(context) {
} }
fun supplier_getItems(supplierFk: Any) { fun supplier_getItems(supplierFk: Any) {
//pendiente de borrado si la tarea no se lleva a cabo
silex.supplier_getItems(supplierFk) /* silex.supplier_getItems(supplierFk)
.enqueue(object : SilexCallback<List<ItemSupplier>>(context) { .enqueue(object : SilexCallback<List<ItemSupplier>>(context) {
override fun onError(t: Throwable) { override fun onError(t: Throwable) {
val listError: ArrayList<ItemSupplier> = ArrayList() val listError: ArrayList<ItemSupplier> = ArrayList()
@ -195,7 +195,7 @@ class PackagingViewModel(val context: Context) : BaseViewModel(context) {
} }
} }
}) })*/
} }
fun entry_addSalix(entry: EntrySalix) { fun entry_addSalix(entry: EntrySalix) {