projects
/
contrib
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5faf1de
)
replacing the 'current use' with static zero because it is being used as renewals...
author
Rogan Hamby
<rhamby@esilibrary.com>
Thu, 25 Jul 2019 15:05:52 +0000
(11:05 -0400)
committer
Rogan Hamby
<rhamby@esilibrary.com>
Thu, 25 Jul 2019 15:05:52 +0000
(11:05 -0400)
collectionHQ/functions.sql
patch
|
blob
|
history
diff --git
a/collectionHQ/functions.sql
b/collectionHQ/functions.sql
index
a181121
..
23337f9
100644
(file)
--- a/
collectionHQ/functions.sql
+++ b/
collectionHQ/functions.sql
@@
-176,7
+176,8
@@
CREATE OR REPLACE FUNCTION collectionHQ.write_item_rows_to_stdout (TEXT, INT) RE
|| COALESCE(collectionHQ.quote(bar_code), '') || ','
|| COALESCE(collectionHQ.quote(last_use_date), '') || ','
|| COALESCE(cumulative_use_total, '') || ','
- || COALESCE(cumulative_use_current, '') || ','
+ --|| COALESCE(cumulative_use_current, '') || ','
+ || '0 ,'
|| COALESCE(collectionHQ.quote(status), '') || ','
|| COALESCE(collectionHQ.quote(date_added), '') || ','
|| COALESCE(price, '') || ','