change registration or connection in order page, change filter on shelve page, add new api to get article_nature by product_type, css fixes
This commit is contained in:
@@ -41,4 +41,9 @@ class ArticleNatureController extends Controller
|
||||
{
|
||||
return ArticleNatures::destroy($id);
|
||||
}
|
||||
|
||||
public static function getOptions($product_type)
|
||||
{
|
||||
return response()->json(['0' => ''] + ArticleNatures::getOptionsByProductType($product_type));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user