Add glue stockproduct (#437)

This commit is contained in:
Max
2024-11-06 15:10:32 +01:00
committed by GitHub
parent 0dfea578bb
commit 7c3d55a1a6
+7
View File
@@ -0,0 +1,7 @@
CALL stockproduct_create(
'Glue001',
'Wallpaper Glue',
'wallpaper-glue'
);
ALTER TYPE order_row_sub_type ADD VALUE IF NOT EXISTS 'wallpaper_glue' AFTER 'wall_paint_kit';