Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PO Description includes Item #
06-20-2013, 06:01 AM,
#1
PO Description includes Item #
Hi all;

When a new item is added to a PO, the description includes the item number. I need to remove this.

Any ideas?

Thanks
I.
Reply
06-20-2013, 06:44 AM,
#2
RE: PO Description includes Item #
Hi iangrech,

The script to look at is PO_PDFPurchOrder.php - I guess you are using an older version, I thought this behaviour was changed already?
Line 259
Code:
$Desc = /*- DELETED: $POLine['suppliers_partno'] . " " . -*/ $POLine['itemdescription'];    /*- suppliers_partno is duplicated inside itemdescription -*/
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply
06-20-2013, 07:13 AM,
#3
RE: PO Description includes Item #
Hi Phil;
[/align]
Thanks for your reply.

I also tracked it to PO_Items.php Line 627.

Code:
$SupplierDescription = $PurchRow['suppliers_partno'] .' - ';

In our case the supplier item # and ours are the same so we do not need to duplicate in the Description field. perhaps some intelligence could be built into the system to recognize such cases.

I have ver 4.10.1 downloaded around April.

I.


(06-20-2013, 06:44 AM)phil Wrote: Hi iangrech,

The script to look at is PO_PDFPurchOrder.php - I guess you are using an older version, I thought this behaviour was changed already?
Line 259
Code:
$Desc = /*- DELETED: $POLine['suppliers_partno'] . " " . -*/ $POLine['itemdescription'];    /*- suppliers_partno is duplicated inside itemdescription -*/
Reply
06-20-2013, 07:22 AM,
#4
RE: PO Description includes Item #
Good idea... will do
Thanks
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)