Hi,
I would like to NOT have business address on purchase orders, delivery notes and invoices if this possible? I have the REG address at the bottom of invoices but need to loose trading address at the top if possible?
Thanks
Sam
Hi,
I would like to NOT have business address on purchase orders, delivery notes and invoices if this possible? I have the REG address at the bottom of invoices but need to loose trading address at the top if possible?
Thanks
Sam
Thanks Steve Can we do this on purchase orders too as this is the important one?
Hi Steve can you let me know on this mate
Hello @shephardservices
You can apply the below code in the Global CSS
#lblFromPrefix {
display: none !important;
visibility: hidden !important;
}
#lblfromAddressDetails {
display: none !important;
visibility: hidden !important;
}