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
[Solved] Small error in ps_order_delivery.php
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Aug 2009, 15:09
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: [Solved] Small error in ps_order_delivery.php
Hi, thank you for this information.
Jan
Jan
If you find Phoca extensions useful, please support the project