Added dimension edition on purchase invoice entry.
[fa-stable.git] / purchasing / includes / supp_trans_class.inc
index cfa661699dd9a62f8b245a445fefe0fc526326be..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;