[Solved] Small error in ps_order_delivery.php

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
giorgioblu
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 25 Aug 2009, 15:09

[Solved] Small error in ps_order_delivery.php

Post by giorgioblu »

Hi, I've found this little error.
In file:
administrator/components/com_virtuemart/classes/ps_order_delivery.php

At line 447:
$msg = sprintf ($VM_LANG->_('VM_DELIVERY_REALLY_OBLITERATE ')," %08d",$db->f('delivery_id'));

Correct is:

$msg = sprintf ($VM_LANG->_('VM_DELIVERY_REALLY_OBLITERATE')," %08d",$db->f('delivery_id'));

There is a "space" and when you perform OBLITERATE the error message don't show the warning message.

Bye :wink:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [Solved] Small error in ps_order_delivery.php

Post by Jan »

Hi, thank you for this information.

Jan
If you find Phoca extensions useful, please support the project
Post Reply