Topic: 2.4.6 No Sign Received delivery by Customer

Hi, we used to have a line where the customer would sign that they received the delivery.

What happened to that line, and how can we get that back?

Wynand

Re: 2.4.6 No Sign Received delivery by Customer

Hi Seahawk, I could be mistaken.
I have never seen a line for signature in Delivery Reports I still have 2.3.25 and no line in the report. Maybe someone modified the report and inserted that line and now with 2.4.6 upgrade its not there. Anyway if you need the line (or something similar) then you can  edit rep110.php and at line 216 insert:

    $rep->NewLine(2);
    $rep->TextCol(1, 7, _("Received By/Sign ___________/__________"), -2;

Of course you can play around the wordings and underscore to suit your needs.

Re: 2.4.6 No Sign Received delivery by Customer

Thanks for that. appreciated

Wynand