Skip to content

Commit

Permalink
BUGFIX: $name was "vendors" in FutureVendorItemsModel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
flathat committed May 6, 2024
1 parent 5a763cd commit bd1edf0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
class FutureVendorItemsModel extends BasicModel
{

protected $name = "vendors";
protected $name = "FutureVendorItems";
protected $preferred_db = 'op';

protected $columns = array(
Expand Down

0 comments on commit bd1edf0

Please sign in to comment.