Version Notes
If you have ideas for improvements or find bugs, please send them to Ronan Capitaine or Jean-Sébastien Hederer at www.asperience.fr, with ASPerience PrintOrderLine as part of the subject line.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Asperience_Printorderline |
Version | 0.1.5 |
Comparing to | |
See all releases |
Code changes from version 0.1.4 to 0.1.5
app/code/community/Asperience/Printorderline/Model/Observer.php
CHANGED
@@ -17,7 +17,7 @@ class Asperience_Printorderline_Model_Observer
|
|
17 |
if ($massBlock) {
|
18 |
$massBlock->addItem('pdforders_order', array(
|
19 |
'label'=> Mage::helper('printorderline')->__('Print order lines'),
|
20 |
-
'url' => Mage::getUrl('printorderline/order/pdforders'),
|
21 |
));
|
22 |
}
|
23 |
}
|
17 |
if ($massBlock) {
|
18 |
$massBlock->addItem('pdforders_order', array(
|
19 |
'label'=> Mage::helper('printorderline')->__('Print order lines'),
|
20 |
+
'url' => Mage::getUrl('printorderline/order/pdforders', array('_secure'=>true)),
|
21 |
));
|
22 |
}
|
23 |
}
|
app/code/community/Asperience/Printorderline/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Asperience_Printorderline>
|
13 |
-
<version>0.1.
|
14 |
</Asperience_Printorderline>
|
15 |
</modules>
|
16 |
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Asperience_Printorderline>
|
13 |
+
<version>0.1.5</version>
|
14 |
</Asperience_Printorderline>
|
15 |
</modules>
|
16 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Asperience_Printorderline</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>To have a summary of the orders, this module allows, with the back office, to print on pdf all the lines of selected orders.</description>
|
11 |
<notes>If you have ideas for improvements or find bugs, please send them to Ronan Capitaine or Jean-Sébastien Hederer at www.asperience.fr, with ASPerience PrintOrderLine as part of the subject line.</notes>
|
12 |
<authors><author><name>Jean-Sébastien Hederer</name><user>auto-converted</user><email>hedererjs@asperience.fr</email></author><author><name>Ronan Capitaine</name><user>auto-converted</user><email>capitainer@asperience.fr</email></author></authors>
|
13 |
-
<date>2011-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Asperience_Printorderline.xml" hash="a9d761fb2d923dfc1adf93541ce19dd8"/></dir></dir></dir></target><target name="magecommunity"><dir name="Asperience"><dir name="Printorderline"><dir name="controllers"><file name="OrderController.php" hash="ee0e32011e1fd7c4ba368c399bcb8f19"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Asperience_Printorderline</name>
|
4 |
+
<version>0.1.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>To have a summary of the orders, this module allows, with the back office, to print on pdf all the lines of selected orders.</description>
|
11 |
<notes>If you have ideas for improvements or find bugs, please send them to Ronan Capitaine or Jean-Sébastien Hederer at www.asperience.fr, with ASPerience PrintOrderLine as part of the subject line.</notes>
|
12 |
<authors><author><name>Jean-Sébastien Hederer</name><user>auto-converted</user><email>hedererjs@asperience.fr</email></author><author><name>Ronan Capitaine</name><user>auto-converted</user><email>capitainer@asperience.fr</email></author></authors>
|
13 |
+
<date>2011-06-28</date>
|
14 |
+
<time>10:37:10</time>
|
15 |
+
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Asperience_Printorderline.xml" hash="a9d761fb2d923dfc1adf93541ce19dd8"/></dir></dir></dir></target><target name="magecommunity"><dir name="Asperience"><dir name="Printorderline"><dir name="controllers"><file name="OrderController.php" hash="ee0e32011e1fd7c4ba368c399bcb8f19"/></dir><dir name="etc"><file name="config.xml" hash="516640e296af4273cc0f03ddc99316dd"/></dir><dir name="Helper"><file name="Data.php" hash="4973f68f8b95618a017857b21fa4d759"/></dir><dir name="Model"><dir name="Order"><dir name="Pdf"><file name="Order.php" hash="a98340711c36eccdc77c8aefd183f59d"/></dir></dir><file name="Observer.php" hash="c0f046772f27067f139c257f34c8c0bb"/></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Asperience_Printorderline.csv" hash="c76da04e855f371065accffd3952c3d8"/></dir><dir name="fr_FR"><file name="Asperience_Printorderline.csv" hash="14b99d913dca710a46651058f54abb25"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|