Fixing price formatting of left to allocate
[fa-stable.git] / sales / includes / cart_class.inc
index eafcd102e45fdea06cac7272f56387edeaebbd5d..ce885a3285e12ce72f53a91f4670d322353cc9b2 100644 (file)
@@ -180,7 +180,7 @@ class cart
                                if ($this->cash) {
                                        $this->Location = $pos['pos_location'];
                                        $this->location_name = $pos['location_name'];
-                                       $this->cash_account = $pos['account_code'];
+                                       $this->cash_account = $pos['pos_account'];
                                        $this->account_name = $pos['bank_account_name'];
                                }
                                } else