Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
16ea0ce2f2dce741340e05102c10f0aed78448e5
Authored by
Alex Savenko
2016-12-21 19:05:45 +0200
1 parent
3b3559e1
price display
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/changeWithSize.php
Inline
Side-by-side
src/app/frontend/views/page/changeWithSize.php
Wrap text
Show/Hide comments
View file @
16ea0ce
...
...
@@ -54,5 +54,5 @@ if(!empty($item['prices'][0])) {
54
54
}
55
55
}
56
56
57
-
57
+$data['price'] = '1';
58
58
echo json_encode($data);
59
59
\ No newline at end of file
...
...