structure
authorKilian Saffran <ksaffran@dks.lu>
Sun, 24 Feb 2019 20:26:34 +0000 (21:26 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Sun, 24 Feb 2019 20:26:34 +0000 (21:26 +0100)
modules/invoices/form_invoice.js
modules/settings/form_emailtemplate.js

index 25aa0a5..21bffa5 100644 (file)
@@ -76,6 +76,6 @@ function getinvoicedata(id){
 }
 
 function loadinvoicepositions(){
-
+    
 }
 
index e69de29..ea81536 100644 (file)
@@ -0,0 +1,4 @@
+function initpage(){
+  console.log(parent.usersystem.getsysinfo());
+  //parent.usersystem.setProperty("testproperty",{id:"TEST"});
+}
\ No newline at end of file