disable self-adhesive wallpaper material
This commit is contained in:
@@ -28,7 +28,8 @@ class Material(db.Model):
|
|||||||
query_class = MaterialQuery
|
query_class = MaterialQuery
|
||||||
|
|
||||||
WALLPAPER_MATERIALS = ['standard-wallpaper',
|
WALLPAPER_MATERIALS = ['standard-wallpaper',
|
||||||
'self-adhesive-wallpaper', 'premium-wallpaper']
|
# 'self-adhesive-wallpaper', // isn't sold now
|
||||||
|
'premium-wallpaper']
|
||||||
CANVAS_MATERIALS = ['standard-canvas']
|
CANVAS_MATERIALS = ['standard-canvas']
|
||||||
|
|
||||||
id = db.Column('materialid', db.Integer, primary_key=True)
|
id = db.Column('materialid', db.Integer, primary_key=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user