updated to fix create location page
This commit is contained in:
@@ -3878,6 +3878,7 @@ def mark_printed():
|
||||
return jsonify({'error': str(e)}), 500
|
||||
|
||||
@warehouse_bp.route('/create_locations', methods=['GET', 'POST'])
|
||||
@requires_warehouse_module
|
||||
def create_locations():
|
||||
from app.warehouse import create_locations_handler
|
||||
return create_locations_handler()
|
||||
|
||||
Reference in New Issue
Block a user