Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / purchasing / includes / supp_trans_class.inc
index 60e5b7edadb00c95c402d96594d0c82f2e1af7fc..8178d30d1094affee1bf159c88b1058ebdbe7f8f 100644 (file)
@@ -48,6 +48,7 @@ class supp_trans
 
        function supp_trans($trans_type, $trans_no=0)
        {
+               $this->trans_type = $trans_type;
                /*Constructor function initialises a new Supplier Transaction object */
                $this->read($trans_type, $trans_no);
        }