Automatic description of items

The item description is automatically set to the items name if empty. But that is done in item.py:

	def before_insert(self):
		if not self.description:
			self.description = self.item_name

Why isn’t that a feature that can be modified via “Customize Form”? Shouldn’t that be possible with “Fetch From” and “Fetch If Empty”?