This website works better with JavaScript.
Home
Explore
Help
Sign In
yusmar
/
tbg-company-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add detail product & latest news
master
Yusmardianto
4 years ago
parent
102c1b2484
commit
f0dab99955
2 changed files
with
7 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
api/business-partner/models/business-partner.settings.json
+5
-2
api/product/models/product.settings.json
+ 2
- 2
api/business-partner/models/business-partner.settings.json
View File
@@ -31,8 +31,8 @@
"required": false
},
"products": {
"
collection": "product
",
"
via": "business_partner
"
"
via": "business_partner
",
"
collection": "product
"
}
}
}
+ 5
- 2
api/product/models/product.settings.json
View File
@@ -54,8 +54,11 @@
"required": false
},
"business_partner": {
"via": "products",
"model": "business-partner"
"model": "business-partner",
"via": "products"
},
"stock": {
"type": "biginteger"
}
}
}
Write
Preview
Loading…
Cancel
Save