Hi
Please help me to add shipper name(Shipping Company:) and location name(Deliver from Location:) in direct sales invoice.
i need to add above in aux lines some thing like this,
$aux_info = array(_("Purchase Order") => $this->formData["customer_ref"],
_("Sales Person") => get_salesman_name($this->formData['salesman']),
_("CUSTOMER VAT NO.") => $this->formData['tax_id'],
_("Location") => $this->formData['from_id'],
_("Shipper") => $this->formData['ship_name'],
);
// ship_name,from_id is wrong."just for example i mentioned it".
please help me, its a real need.
Thanking You
Varghese Joy
United Arab Emirates