Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 08:08 AM
You could try adding an if statement around your block of code along the lines of:
if(current != <catalog_sys_id>){
//your code block here
}
The <catalog_sys_id> would be the sys_id for the catalog item you want to disable this code for.