How to hide warehouse name from delivery note

i am trying to hide the warehouse name from the delivery print out / View
because i need to send out this document with the driver in two copies for signature and i do not want my client to see from which warehouse the goods was send
is there a way to hide it using theme?

What do you mean by “Warehouse Name”?

There is nothing in Manager called “warehouse”

Its means Inventory Location (Warehouse in local language)

Inventory location, it is showing on the delivery note, and i do not want my client to see from which Location the goods was dispatched

Yes. That is exactly how you hide it. You need to add conditional logic to the portion of the code that prints the fields array.

Thanks Mark,
i know where is my mistake in the logical condition now, i did not use the field.label , instead i used field only
however, your code did not work too, the logical condition should be closed after continue
look the image below for the code that worked

@Ayhamz What language are you using?

It works when you completely match the code @Mark provided. You show {% endif %} where he put {% else %}.

1 Like

i am using English only

i’ve tried his code the way he provided, did not work
i do not know why :slight_smile:

definitely there is a lot of ways to do it, it is kind of you to show many examples here so everyone can benefits :star_struck:

1 Like