projects
/
cashbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7c017
)
print function added
author
Kilian Saffran
<ksaffran@dks.lu>
Thu, 11 Apr 2019 07:03:22 +0000
(09:03 +0200)
committer
Kilian Saffran
<ksaffran@dks.lu>
Thu, 11 Apr 2019 07:03:22 +0000
(09:03 +0200)
modules/paywindow/index.js
patch
|
blob
|
history
diff --git
a/modules/paywindow/index.js
b/modules/paywindow/index.js
index
7360d2b
..
b245a7a
100644
(file)
--- a/
modules/paywindow/index.js
+++ b/
modules/paywindow/index.js
@@
-34,6
+34,10
@@
function loadadmin(){
// }
+function printpreview(){
+
+}
+
function load_group_selects(){
var sql = "select productgroup from products group by productgroup;";
var opts = '<option value=""></option>';