pitneybowes_gsp - Version 1.0.2

Version Notes

Patch release for Magento Connect.

1. Resolved issue where orders with shipments were not passing additional ASNs. Now an ASN is generated for each shipment per order

Download this release

Release Info

Developer Raymond Lai
Extension pitneybowes_gsp
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

Files changed (37) hide show
  1. app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php +4 -3
  2. app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php +4 -3
  3. app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php +4 -3
  4. app/code/local/Pb/Pbgsp/Block/Form.php +4 -3
  5. app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php +4 -3
  6. app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php +4 -3
  7. app/code/local/Pb/Pbgsp/Model/Api.php +4 -3
  8. app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php +4 -3
  9. app/code/local/Pb/Pbgsp/Model/Catalog/Category.php +4 -3
  10. app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php +4 -3
  11. app/code/local/Pb/Pbgsp/Model/Catalog/File.php +3 -3
  12. app/code/local/Pb/Pbgsp/Model/Catalog/Product.php +4 -3
  13. app/code/local/Pb/Pbgsp/Model/Credentials.php +4 -3
  14. app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php +4 -3
  15. app/code/local/Pb/Pbgsp/Model/Handlingoptions.php +4 -3
  16. app/code/local/Pb/Pbgsp/Model/Helper.php +4 -3
  17. app/code/local/Pb/Pbgsp/Model/Inboundparcel.php +4 -3
  18. app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php +4 -3
  19. app/code/local/Pb/Pbgsp/Model/Messages.php +4 -3
  20. app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php +4 -3
  21. app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php +4 -3
  22. app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php +4 -3
  23. app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php +4 -3
  24. app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php +4 -3
  25. app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php +4 -3
  26. app/code/local/Pb/Pbgsp/Model/Observer.php +6 -5
  27. app/code/local/Pb/Pbgsp/Model/Ordernumber.php +4 -3
  28. app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php +4 -3
  29. app/code/local/Pb/Pbgsp/Model/Quote/Duty.php +4 -3
  30. app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php +4 -3
  31. app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php +4 -3
  32. app/code/local/Pb/Pbgsp/Model/Util.php +4 -3
  33. app/code/local/Pb/Pbgsp/Model/Variable.php +4 -3
  34. app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php +3 -4
  35. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php +4 -3
  36. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php +4 -3
  37. package.xml +5 -11
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.1)
5
- * Packaged: 2015-09-21T15:12:31+00:00
6
- * Last Modified: 2015-06-04T15:00:31+00:00
 
7
 
8
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
+
8
 
9
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
10
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.1)
5
- * Packaged: 2015-09-21T15:12:31+00:00
6
- * Last Modified: 2015-06-04T15:00:31+00:00
 
7
 
8
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
+
8
 
9
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
10
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.1)
5
- * Packaged: 2015-09-21T15:12:31+00:00
6
- * Last Modified: 2015-06-04T15:00:31+00:00
 
7
 
8
  * File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
+
8
 
9
  * File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
10
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Form.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Block/Form.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Block/Form.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.1)
5
- * Packaged: 2015-09-21T15:12:31+00:00
6
- * Last Modified: 2015-06-04T15:00:31+00:00
 
7
 
8
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
+
8
 
9
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
10
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Api.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Api.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Api.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.1)
5
- * Packaged: 2015-09-21T15:12:31+00:00
6
- * Last Modified: 2015-06-04T15:00:31+00:00
 
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
+
8
 
9
  * File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
10
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/Category.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/File.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.0)
5
- * Packaged: 2015-05-06T18:09:31+00:00
6
- * Last Modified: 2015-05-06T18:09:31+00:00
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
9
  */
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
9
  */
app/code/local/Pb/Pbgsp/Model/Catalog/Product.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Credentials.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Credentials.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Credentials.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Handlingoptions.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Helper.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Helper.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Helper.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Inboundparcel.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Messages.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Messages.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Messages.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Observer.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Observer.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
@@ -53,8 +54,8 @@ class Pb_Pbgsp_Model_Observer {
53
  //check if ASN already generated or not
54
  $parcel = Mage::getModel("pb_pbgsp/inboundparcel")-> getCollection();
55
  $parcel -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
56
- if(count($parcel) > 0)
57
- return;
58
  Pb_Pbgsp_Model_Util::log("Generting ASN.");
59
  $clearPathOrders = Mage::getModel("pb_pbgsp/ordernumber")-> getCollection();
60
  $clearPathOrders -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Observer.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
54
  //check if ASN already generated or not
55
  $parcel = Mage::getModel("pb_pbgsp/inboundparcel")-> getCollection();
56
  $parcel -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
57
+ // if(count($parcel) > 0)
58
+ // return;
59
  Pb_Pbgsp_Model_Util::log("Generting ASN.");
60
  $clearPathOrders = Mage::getModel("pb_pbgsp/ordernumber")-> getCollection();
61
  $clearPathOrders -> addFieldToFilter('mage_order_number', $order -> getRealOrderId());
app/code/local/Pb/Pbgsp/Model/Ordernumber.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Quote/Duty.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.0.1)
5
- * Packaged: 2015-09-21T15:12:31+00:00
6
- * Last Modified: 2015-06-04T15:00:31+00:00
 
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.0.2)
5
+ * Packaged: 2015-09-25T15:12:28+00:00
6
+ * Last Modified: 2015-09-21T15:12:31+00:00
7
+
8
 
9
  * File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
10
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Util.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Util.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Util.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Variable.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/Model/Variable.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/Model/Variable.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php CHANGED
@@ -1,9 +1,8 @@
1
- <<<<<<< HEAD
2
  <?php
3
  /**
4
- * Product: Pb_Pbgsp (1.0.0)
5
- * Packaged: 2015-05-06T18:09:31+00:00
6
- * Last Modified: 2015-05-06T18:09:31+00:00
7
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
9
  */
 
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
8
  */
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php CHANGED
@@ -1,8 +1,9 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.0.1)
4
- * Packaged: 2015-09-21T15:12:31+00:00
5
- * Last Modified: 2015-06-04T15:00:31+00:00
 
6
 
7
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
8
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.0.2)
4
+ * Packaged: 2015-09-25T15:12:28+00:00
5
+ * Last Modified: 2015-09-21T15:12:31+00:00
6
+
7
 
8
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
9
  * Copyright: Copyright (c) 2015 Pitney Bowes <info@pb.com> / All rights reserved.
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>pitneybowes_gsp</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -24,17 +24,11 @@ To learn more, go to &lt;a href="http://www.pb.com/ecom"&gt;http://www.pb.com/ec
24
  </description>
25
  <notes>Patch release for Magento Connect.&#xD;
26
  &#xD;
27
- 1. Fixed a production issue when exportedFiles variable is null&#xD;
28
- 2. Added City to the Pitney Bowes Hub address provided to store admin on order details&#xD;
29
- 3. Update PB tracking URL to https://parceltracking.pb.com/app/#/dashboard/UPIDHERE&#xD;
30
- 4. Fixed issue with international tracking url&#xD;
31
- 5. Fixed a production issue when exportedFiles variable is null&#xD;
32
- 6. Fixed issue with ASN request not sending correct commodity quantity.&#xD;
33
- 7. Made the PGP extension not required for installation thru the Magento Connect process.</notes>
34
  <authors><author><name>Raymond Lai</name><user>r3lai</user><email>raymond.lai@pb.com</email></author></authors>
35
- <date>2015-08-21</date>
36
- <time>12:30:19</time>
37
- <contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="e19e0b4f6e68b8f2beb6e204f6a4d724"/></dir><file name="Totals.php" hash="bec6dadaf5192a2121142c957b986afe"/></dir></dir></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="a6d7e535d2e40a9ca26fda48454535f0"/></dir></dir></dir><file name="Form.php" hash="a891bb9daa64405d74a1bb3e5d2121fa"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="a0e92e787a97b041bf0a8a688c6a7c71"/></dir><file name="Totals.php" hash="55456aaf254d56ffe270a2dbf644c1a6"/></dir></dir></dir><dir name="Model"><file name="Api.php" hash="ebedede75a9b4e185098303e9406673d"/><dir name="Carrier"><file name="ShippingMethod.php" hash="3c74b0f20612fb9824ce32ba6685b2a7"/></dir><dir name="Catalog"><file name="Category.php" hash="bfd7659a569bbfbe70cdf7db790dfe32"/><file name="Cron.php" hash="e326d4933ff0a5f2d83c5f5f77e04cd5"/><file name="File.php" hash="e9342a06a921e9c30c021524f4968c0a"/><file name="Product.php" hash="b75d886687e076428a8288e46e7f06ed"/></dir><file name="Credentials.php" hash="fb656424c317e5cd53b0f38d2bca5b70"/><dir name="Creditmemo"><file name="Duty.php" hash="529b460ea6c82f34d060a3fd312d185f"/></dir><file name="Handlingoptions.php" hash="74ce348e3d9fb58ce796fb6e8020a27f"/><file name="Helper.php" hash="851943d37bd46bfc7d02d77ad00cdee0"/><file name="Inboundparcel.php" hash="fa8e9831fd71c4909121ca445dd629b5"/><dir name="Invoice"><file name="Duty.php" hash="d41ba71b7e58442ae213c1789f7493a4"/></dir><file name="Messages.php" hash="75d389f766c0ab12a65f6dcb7fbbead1"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="54f5631e4214e0f0d11f5d994c85c84d"/></dir><file name="Inboundparcel.php" hash="e3b46e29f8e01cd8817c6f7e37f6609f"/><dir name="Ordernumber"><file name="Collection.php" hash="46be49457d2401cbba4cabc3fbf08c87"/></dir><file name="Ordernumber.php" hash="79b778c2f785d45ff2b74a6f08c99b7a"/><dir name="Variable"><file name="Collection.php" hash="1761733aa1fbecf9b993ab3e7b582037"/></dir><file name="Variable.php" hash="f37231c6f5702fde283fb7a5461a7913"/></dir><file name="Observer.php" hash="fd6b16164a22177685ba72e201e0f05e"/><file name="Ordernumber.php" hash="a7d98e0cd28dc10158f42451df2edbea"/><dir name="Pdf"><file name="Tax.php" hash="37f5148a5f1dde7c196ee4c36ab7915a"/></dir><dir name="Quote"><file name="Duty.php" hash="dfa4e108e2fd65695dca21bfa4b6bcd7"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="9f20045e0b02d69285f59d812160eacb"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="7dfdb106f85e3f64a762a7d89a8978f1"/></dir></dir><file name="Util.php" hash="9404d762270d19e96fc8a4af3959e786"/><file name="Variable.php" hash="a8da1c3c00de7405d33c86f23a72ce97"/></dir><file name="README" hash="e7ad1d9a7ba016753e381a9ca92b696e"/><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="f01ff5e18e144eed6525908622d1733d"/></dir></dir><dir name="etc"><file name="config.xml" hash="cd07d8dcac33bc08cc62eb66e7bd8761"/><file name="system.xml" hash="32456da492543f56536323a99fd4cc00"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="96dbcd6e0b0552134a25eff9b0c18f58"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="4d971bca60e36160986a1809f314e6bf"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pb_Pbgsp.xml" hash="8475d60d4719f8ea7761a4ca39016e48"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Pb_Clearpath.csv" hash="aa4b7a650feb1709a34b6c053b56811c"/><dir name="template"><dir name="email"><file name="pbgsp_shipment_new.html" hash="2cc5cdbeaa719f4dab6a7c9e29fd6574"/></dir></dir></dir></target></contents>
38
  <compatible/>
39
  <dependencies><required><php><min>5.1.0</min><max>5.3.3</max></php></required></dependencies>
40
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>pitneybowes_gsp</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
24
  </description>
25
  <notes>Patch release for Magento Connect.&#xD;
26
  &#xD;
27
+ 1. Resolved issue where orders with shipments were not passing additional ASNs. Now an ASN is generated for each shipment per order</notes>
 
 
 
 
 
 
28
  <authors><author><name>Raymond Lai</name><user>r3lai</user><email>raymond.lai@pb.com</email></author></authors>
29
+ <date>2015-08-25</date>
30
+ <time>12:22:10</time>
31
+ <contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="548e68590009908723cecfa374d602e5"/></dir><file name="Totals.php" hash="d3fe08a992a3b6e4e40028d9a3879c35"/></dir></dir></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="2b7d754449df188b744c2aa17b640828"/></dir></dir></dir><file name="Form.php" hash="de5bce3424144d8fa56dd1077d5f088f"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="3e5dfdaa6e276d992ad52fc18b7a8da5"/></dir><file name="Totals.php" hash="4de70877e59fb0a953b464f2074148af"/></dir></dir></dir><dir name="Model"><file name="Api.php" hash="56f3315888e3c5a24cbb8858d23ac6d8"/><dir name="Carrier"><file name="ShippingMethod.php" hash="cffefdf45b3513b34b7e9238f5aa0b53"/></dir><dir name="Catalog"><file name="Category.php" hash="f02d08913c5ebfae5354a84207393613"/><file name="Cron.php" hash="cef963ace96cce3d1772fe5c5436bb38"/><file name="File.php" hash="0898368c32d264f2c72edb13406c9330"/><file name="Product.php" hash="a022e077713e18ee6176ce846780f38d"/></dir><file name="Credentials.php" hash="67b17f637fac6151bbf208649607a419"/><dir name="Creditmemo"><file name="Duty.php" hash="e08085cdadab6d95bc33a01259414aa5"/></dir><file name="Handlingoptions.php" hash="a78e67b7c88674aca908e4087f049f0b"/><file name="Helper.php" hash="4d84344ae1984f29b6b95bb1cc08fb02"/><file name="Inboundparcel.php" hash="db9c0be2a971d52e6ea3f8f53597ea6e"/><dir name="Invoice"><file name="Duty.php" hash="041294dc5d2baa1cca9749ca165d668b"/></dir><file name="Messages.php" hash="29b8f6db7747e1b67d9fdcb2b7bace2d"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="ee6323e032c5a1a7185c39603121fe88"/></dir><file name="Inboundparcel.php" hash="968eedd25c4c4c984ac18e2ad4c60f67"/><dir name="Ordernumber"><file name="Collection.php" hash="82c906a3f8af13e265adcb732feccbdc"/></dir><file name="Ordernumber.php" hash="e170d90bb83d4239e92c98afafbc6a31"/><dir name="Variable"><file name="Collection.php" hash="cd5af1ac91a3f2bbe6c6c37f4695fa3b"/></dir><file name="Variable.php" hash="ab1b35e1eedb2ff7f0d8be10a608c399"/></dir><file name="Observer.php" hash="145cc20f7b9f4f8db365a55fa4186e32"/><file name="Ordernumber.php" hash="7116d2e0a1cf363560214962d1e33b98"/><dir name="Pdf"><file name="Tax.php" hash="8dd60868a876296e0ebda930f4112fec"/></dir><dir name="Quote"><file name="Duty.php" hash="27e17211c53ec0c6b3c016dd40c4f608"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="177ebb68d686c1d6e78c3117a7d23450"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="9e35063e1feac25bca3a68658c26157f"/></dir></dir><file name="Util.php" hash="2358b4fd7aecd27dcfad7c9a5658d0d6"/><file name="Variable.php" hash="aa93247bd7e1baf314f89db0f0f8f3bf"/></dir><file name="README" hash="e7ad1d9a7ba016753e381a9ca92b696e"/><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="f39cf32b2e5b7c02ab9a33a064c5ac58"/></dir></dir><dir name="etc"><file name="config.xml" hash="cd07d8dcac33bc08cc62eb66e7bd8761"/><file name="system.xml" hash="32456da492543f56536323a99fd4cc00"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="ce222cf3a9f46a48dd69131abc320b5f"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="38c4866c9b0ddf74c533b2cfcdf1d4ee"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pb_Pbgsp.xml" hash="8475d60d4719f8ea7761a4ca39016e48"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Pb_Clearpath.csv" hash="aa4b7a650feb1709a34b6c053b56811c"/><dir name="template"><dir name="email"><file name="pbgsp_shipment_new.html" hash="2cc5cdbeaa719f4dab6a7c9e29fd6574"/></dir></dir></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.1.0</min><max>5.3.3</max></php></required></dependencies>
34
  </package>