Fix listing of shared suppliers

This commit is contained in:
Patrick Gansterer 2017-03-04 12:10:34 +01:00 committed by wvengen
parent 04a833a5f5
commit 8ed87730a8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class SuppliersController < ApplicationController
# gives a list with all available shared_suppliers
def shared_suppliers
@shared_suppliers = SharedSupplier.find(:all)
@shared_suppliers = SharedSupplier.all
end
end