@@ -1,3 +1,4 @@
Export diff files:
+Commit Hash of lates Main commit
-git diff -r --no-commit-id --name-only --diff-filter=ACMR <commit> | tar -czf ../controllpanelgg-monthly-addon/file.tgz -T -
+git diff -r --no-commit-id --name-only --diff-filter=ACMR \<commit> | tar -czf ../controllpanelgg-monthly-addon/file.tgz -T -
@@ -188,7 +188,7 @@
@endif
</div>
<span>
- {{ number_format($server->product->price) }}
+ {{ $server->product->price == round($server->product->price) ? round($server->product->price) : $server->product->price }}
</span>