From: Janusz Dobrowolski Date: Wed, 7 Jan 2009 11:51:19 +0000 (+0000) Subject: Fix [0000106] Error during direct invoice for non-ECB currencies. X-Git-Tag: v2.4.2~19^2~1654 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=bf65d2ab9bcc2d92a65d7a40763040f3ed9d1ddb;p=fa-stable.git Fix [0000106] Error during direct invoice for non-ECB currencies. --- 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