Skip to content

Commit

Permalink
Rerun, Inventory purchasing transaction based report.
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-hunt committed Dec 18, 2017
1 parent 8251cfa commit 4f45af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporting/rep310.php
Expand Up @@ -137,7 +137,7 @@ function print_inventory_purchase()
else
$itm = $item;

$cols = array(0, 60, 180, 225, 275, 400, 420, 465, 520);
$cols = array(0, 60, 180, 230, 275, 400, 420, 465, 520);

$headers = array(_('Item'), _('Description'), _('Date'), _('#'), _('Supplier'), _('Qty'), _('Unit Price'), _('Location'));
if ($fromsupp != '')
Expand Down

0 comments on commit 4f45af0

Please sign in to comment.