Skip to content

Commit c4e164b

Browse files
committed
add changes in invoice_service
1 parent 9516084 commit c4e164b

File tree

2 files changed

+1385
-224
lines changed

2 files changed

+1385
-224
lines changed

editable-invoice/backendless/applogic.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Backendless.initApp("PUT-YOUR-APP-ID-HERE", "PUT-YOUR-JS-SECRET-KEY-HERE", "v1");
1+
Backendless.serverURL="http://localhost:9000";
2+
Backendless.initApp("2E09EB02-FD57-7EA6-FF29-65844A152100", "4DA09BF9-5B36-5FAD-FF79-514797E08A00", "v1");
23

34
$('document').ready( function() {
45
// bootstrap & render App
@@ -7,7 +8,7 @@ $('document').ready( function() {
78
try{
89
renderApp(App.store.invoices.find({
910
options:{
10-
related: ["items"]
11+
relationsDepth: 1
1112
}
1213
}).data);
1314
} catch(e){

0 commit comments

Comments
 (0)