$this->row = $temp;
$this->Text($mcol, $Addr2['name']);
$this->NewLine();
- $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $Addr2['address']);
+ $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $Addr2['address'], 'left', 0, 0, NULL, 1);
// Auxiliary document information
$col = $this->leftMargin;
date_row($delname, 'delivery_date',
$order->trans_type==ST_SALESORDER ? _('Enter requested day of delivery')
: $order->trans_type==ST_SALESQUOTE ? _('Enter Valid until Date') : '');
- text_row(_("Deliver To:"), 'deliver_to', $order->deliver_to, 40, 40,
+ text_row(_("Deliver To:"), 'deliver_to', $order->deliver_to, 50, 60,
_('Additional identifier for delivery e.g. name of receiving person'));
textarea_row(_("Address:"), 'delivery_address', $order->delivery_address, 35, 5,
hidden('popup', @$_REQUEST['popup']);
table_section_title(_("Name and Contact"));
- text_row(_("Branch Name:"), 'br_name', null, 35, 40);
+ text_row(_("Branch Name:"), 'br_name', null, 50, 60);
text_row(_("Branch Short Name:"), 'br_ref', null, 30, 30);
table_section_title(_("Sales"));