This commit is contained in:
Name
2021-10-14 13:16:48 +03:00
parent ec6a91986b
commit be2a063145
5 changed files with 37 additions and 42 deletions

View File

@@ -194,6 +194,15 @@ function api_cats(){
}
function api_parts(){
$result = db_get(
"SELECT * FROM priceparts"
);
return $result;
}
function book_slug($book){