X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fcart_class.inc;h=ce885a3285e12ce72f53a91f4670d322353cc9b2;hb=c4424cf66138c50851e9f73ee2f30b6b32e6d182;hp=eafcd102e45fdea06cac7272f56387edeaebbd5d;hpb=032543e8bebfaf5ed19f8a8bad793893af497862;p=fa-stable.git diff --git a/sales/includes/cart_class.inc b/sales/includes/cart_class.inc index eafcd102..ce885a32 100644 --- a/sales/includes/cart_class.inc +++ b/sales/includes/cart_class.inc @@ -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