Fix on preview mode
This commit is contained in:
@@ -38,6 +38,11 @@ class PriceLists
|
||||
return PriceList::find($id);
|
||||
}
|
||||
|
||||
public static function getPrices($id)
|
||||
{
|
||||
return PriceList::with('price_list_values')->find($id);
|
||||
}
|
||||
|
||||
public static function getFull($id)
|
||||
{
|
||||
return PriceList::with(['price_list_values'])->find($id);
|
||||
|
||||
Reference in New Issue
Block a user