Skip to content
Snippets Groups Projects
Commit 970c7900 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #18091 [master] introduce generic getBoundItemInfo()

* fixes function call bug from getItemStatus
parent 2011eba2
No related merge requests found
...@@ -691,4 +691,14 @@ class FincLibero extends FincILS implements TranslatorAwareInterface ...@@ -691,4 +691,14 @@ class FincLibero extends FincILS implements TranslatorAwareInterface
return $pickUpLocations; return $pickUpLocations;
} }
/**
* TODO: check status of this function
* de_15 -> getBoundItemId() vs. de_l152 -> getBoundItemInfo()
* @param $item
* @return array
*/
public function getBoundItemId($item)
{
return [];
}
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment