7052: set description = cat_value
7053: where inventory_item_id = item_id;
7054: /*and organization_id = org_id; Bugfix 2163311 */
7055: /* start bugfix 1845141 */
7056: update mtl_system_items_tl
7057: set description = cat_value
7058: where inventory_item_id = item_id;
7059: /*and organization_id = org_id; Bugfix 2163311 */
7060: /* end bugfix 1845141 */