Another Bugfix for v0.912
This bug is similar to the previous one.
In admin/notes.php
Change:
To:Code:$contents[] = array('text' => '<a href="' . FILENAME_PRODUCT . '.php' . '?action=new_product&pID=' . $nInfo->products_id . '&products_type=' . zen_get_products_type($notes_active->products_id) . '"><strong>' . TEXT_INFO_NOTE_PRODUCT . '</strong></a>');
v0.913 includes the previous fixes. Also a checkbox has been added to set the note Active status directly from within the notes editor.Code:$contents[] = array('text' => '<a href="' . FILENAME_PRODUCT . '.php' . '?action=new_product&pID=' . $nInfo->products_id . '&product_type=' . zen_get_products_type($nInfo->products_id) . '&cPath=' . zen_get_products_category_id($nInfo->products_id) . '"><strong>' . TEXT_INFO_NOTE_PRODUCT . '</strong></a>');