Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / purchasing / includes / supp_trans_class.inc
index a185895c7f8cf41f69c7f674629a6e23a7bf813e..99fe1934f7fcf65a183362c7e97fc4be72a53963 100644 (file)
@@ -48,6 +48,9 @@ class supp_trans
        var $currency;
        var $tax_overrides = array();           // array of taxes manually inserted during sales invoice entry
 
+       var $dimension,
+               $dimension2;
+
        function supp_trans($trans_type, $trans_no=0)
        {
                $this->trans_type = $trans_type;
@@ -287,4 +290,3 @@ class gl_codes
        }
 }
 
-?>