projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fbe1ea
)
Cleanup in Inventory Sales Report. Removed a _vd().
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 7 Aug 2011 21:05:18 +0000
(23:05 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 7 Aug 2011 21:05:18 +0000
(23:05 +0200)
reporting/rep304.php
patch
|
blob
|
history
diff --git
a/reporting/rep304.php
b/reporting/rep304.php
index db9fbd98971874f0cee16d87506804c188f905ea..7a91a4a1ee9226bcf6ac38bf34d5628f409e64ec 100644
(file)
--- a/
reporting/rep304.php
+++ b/
reporting/rep304.php
@@
-66,7
+66,6
@@
function getTransactions($category, $location, $fromcust, $from, $to)
$sql .= " AND ".TB_PREF."debtors_master.debtor_no = ".db_escape($fromcust);
$sql .= " GROUP BY ".TB_PREF."stock_master.stock_id, ".TB_PREF."debtors_master.name ORDER BY ".TB_PREF."stock_master.category_id,
".TB_PREF."stock_master.stock_id, ".TB_PREF."debtors_master.name";
-_vd($sql);
return db_query($sql,"No transactions were returned");
}