Skip to content

Commit

Permalink
Rerun. Dimension is missing in Supplier Invoice View. GL Rows. Apmuthu.
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-hunt committed Jul 26, 2016
1 parent 00e2b37 commit 4f8c525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purchasing/includes/db/invoice_db.inc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function read_supp_invoice($trans_no, $trans_type, &$supp_trans)
{
$supp_trans->add_gl_codes_to_trans($details_row["gl_code"], get_gl_account_name($details_row["gl_code"]),
$details_row["dimension_id"], $details_row["dimension2_id"],
$details_row["FullUnitPrice"], $details_row["memo_"], $details_row["dimension_id"], $details_row["dimension2_id"]);
$details_row["FullUnitPrice"], $details_row["memo_"]);
}
}
$supp_trans->tax_overrides = get_tax_overrides($trans_type, $trans_no);
Expand Down

0 comments on commit 4f8c525

Please sign in to comment.