Editing item desc in propal module azur php

In the azur model for proposals, the “item desc” includes item code, ref and description (in the columns).

My product ref fields and desc fields are all the same. For example I have a product PKM001 - which is Policarbonate Lamp Red.

For invoices, for the description to show, I have to put this information in the “desc” field.

But inside the program I cannot see the desc field, so I have to also fill in the same information for the “ref” field.

Then, in azur, I get:

PKM001 - Policarbonate Lamp Red
Policarbonate Lamp Red

My question is: How can I remove the “ref” field showing in azur php file? So there is only one line of description?

OR, how can I make it so that the invoice odt shows item ref instead of item desc so that I can only fill the ref field and not have to fill the desc field? Is there a way I can call this field to show in the odt’s by editing the odt general php file?

Thanks eldy. I know its a long question, if you can think of an easy solution please let me know. (I know in 3.2 invoices will be able to show item desc as ODT tags. For now maybe I can just hide the ref field from azur php?)

Best wishes,
Deniz

When a lien desc is same than product desc, it must be automatically hidden. So this means there is a bug.
Can you reproduce a proposal tha show bug onto demo.dolibarr.org and provide the ref ?

Okay, my actual lines that I had a problem with weren’t exactly the same. There is no bug, when I copied and pasted the fields the second lines dissapeared! Thanks eldy, you saved my day =)

Good night.