Skip to content
Snippets Groups Projects
Commit abe62163 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 1.5.1: Fix non-standard order statuses in the order view, too

parent bc622a5d
No related branches found
No related tags found
No related merge requests found
BASE=downloads_for_sale
PLUGINTYPE=vmcustom
VERSION=1.5
VERSION=1.5.1
PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
......
......@@ -485,6 +485,7 @@ class plgVmCustomDownloads_for_Sale extends vmCustomPlugin {
*/
function plgVmDisplayInOrderFE($item, $row, &$html) {
if (empty($item->productCustom->custom_element) or $item->productCustom->custom_element != $this->_name) return '';
$item->productCustom = $this->loadCustomfieldData ($item->productCustom->virtuemart_customfield_id);
$this->parseCustomParams($item->productCustom);
$type = $item->productCustom->invoice_link_type;
......
......@@ -6,7 +6,7 @@
<authorUrl>http://www.open-tools.net/</authorUrl>
<copyright>Copyright (C) 2013 Reinhold Kainhofer. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license>
<version>1.5</version>
<version>1.5.1</version>
<description>VMCUSTOM_DLSALE_DESC</description>
<files>
<filename plugin="downloads_for_sale">downloads_for_sale.php</filename>
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment