Item Description auto copy the value from item name

Hi All,

When i create the item, the item description field will auto populate the value from item name.
May i know how to disable this function?
I don’t want description to have any value, i just want it to be blank.

There is no readymade options to disable it. You have to overwrite server side code to disable it.

Hi @elson_lau

For that you have to set the Item Naming By as Naming Series in stock settings. But with that your item code will be based on naming series like ITEM-0001, ITEM-0002

@rohit_w Even if you set item naming by naming_series, still it will copy description (if blank) from item_name on saving of item. Because it is written in before_insert method.