X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fincludes%2Fpo_class.inc;h=0464c42b6fe73fdaa627f257be9d408f0e1a330f;hb=0d191c7bff92b9a9bbc44dab48855477edb99ebf;hp=be484631115353f32db1e28a419328a66d33573f;hpb=1571869d54be48452fdbe08f25130972ff0a7b5a;p=fa-stable.git diff --git a/purchasing/includes/po_class.inc b/purchasing/includes/po_class.inc index be484631..0464c42b 100644 --- a/purchasing/includes/po_class.inc +++ b/purchasing/includes/po_class.inc @@ -36,6 +36,7 @@ class purch_order var $stored_algorithm; // copy to find the change after invoice in processed var $terms; var $ex_rate; + var $cash_account; var $reference; var $tax_overrides = array(); // array of taxes manually inserted during sales invoice entry (direct invoice) @@ -251,4 +252,3 @@ class po_line_details } } -?>