diff --git a/modules/document/document.model.php b/modules/document/document.model.php
index a9ddeaa1f..c072c1327 100644
--- a/modules/document/document.model.php
+++ b/modules/document/document.model.php
@@ -866,10 +866,6 @@
} else {
// If category_srl the menu brings the information
if($category_srl) $category_info = $this->getCategory($category_srl);
- // If you do not add value d which pertain to the menu to see the new values guhaejum category_srl
- if(!$category_info->category_srl) {
- $category_info->category_srl = getNextSequence();
- }
}
diff --git a/modules/document/ruleset/insertCategory.xml b/modules/document/ruleset/insertCategory.xml
index 101f33875..a054915aa 100644
--- a/modules/document/ruleset/insertCategory.xml
+++ b/modules/document/ruleset/insertCategory.xml
@@ -4,7 +4,7 @@