[tryton-debian-vcs] tryton-modules-sale-supply branch upstream-2.8 updated. upstream/2.8.1-1-ge611c48

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 11 18:09:55 UTC 2013


The following commit has been merged in the upstream-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-supply.git;a=commitdiff;h=upstream/2.8.1-1-ge611c48

commit e611c48bab20883e0193efbe4da17e48f46ee78e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 11 18:29:12 2013 +0100

    Adding upstream version 2.8.2.

diff --git a/CHANGELOG b/CHANGELOG
index 02af05b..9b74847 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.2 - 2013-12-04
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.1 - 2013-06-09
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 82c1c70..ff26e74 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_supply
-Version: 2.8.1
+Version: 2.8.2
 Summary: Tryton module for sale supply
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/sale.py b/sale.py
index ff52cc2..deb97ed 100644
--- a/sale.py
+++ b/sale.py
@@ -113,7 +113,7 @@ class SaleLine:
                 purchase_date=purchase_date,
                 supply_date=self.delivery_date,
                 company=self.sale.company,
-                warehouse=self.sale.warehouse,
+                warehouse=self.warehouse,
                 origin=self.sale,
                 )
 
diff --git a/tryton.cfg b/tryton.cfg
index 4cd7fec..ef24d67 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=2.8.2
 depends:
     ir
     purchase
diff --git a/trytond_sale_supply.egg-info/PKG-INFO b/trytond_sale_supply.egg-info/PKG-INFO
index 142c698..70e56ac 100644
--- a/trytond_sale_supply.egg-info/PKG-INFO
+++ b/trytond_sale_supply.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-supply
-Version: 2.8.1
+Version: 2.8.2
 Summary: Tryton module for sale supply
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale-supply



More information about the tryton-debian-vcs mailing list