iit-ideashop / IPRO_manager

IPRO manager app repository running laravel 5.5
GNU Affero General Public License v3.0
0 stars 1 forks source link

Remove approved pickups system #26

Closed TellowKrinkle closed 5 years ago

TellowKrinkle commented 5 years ago

Items are now able to be picked up by any member of the team the item is for (change is retroactive to current items) Closes #25

We should be able to delete ApprovedPickups.php and its associated reference in Order.php, but I'm a bit scared to do so since the "find all usages" IDE function doesn't work very well for PHP. Should we drop the table from the database as well?