updated to fix create location page

This commit is contained in:
ske087
2025-12-06 23:29:23 +02:00
parent 5905c693e6
commit f8209e0e0a
2 changed files with 29 additions and 18 deletions

View File

@@ -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()