Skip to content

Commit

Permalink
update extensions list
Browse files Browse the repository at this point in the history
  • Loading branch information
PhocaCz committed Apr 29, 2023
1 parent 20be920 commit b19aa3d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin/libraries/phocacart/statistics/statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ public function getAmountOfOrders($numberOfDate = -1, $dateFrom = '', $dateTo =
if ($dateTo == '') {
$dateTo = PhocacartDate::getCurrentDate();
}

$db = Factory::getDbo();
$q = ' SELECT SUM(t.amount) FROM #__phocacart_orders AS a';
$q .= ' LEFT JOIN #__phocacart_order_total AS t ON a.id = t.order_id';
Expand Down
1 change: 1 addition & 0 deletions admin/views/phocacartmanufacturer/tmpl/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
echo $r->startForm($this->t['o'], $this->t['task'], $this->item->id, 'adminForm', 'adminForm');
// First Column
echo '<div class="col-xs-12 col-sm-12 col-md-12 form-horizontal">';

$tabs = [];
foreach($this->form->getFieldSets() as $name => $fieldset) {
if (in_array($name, ['header'])) {
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugins/plugins.json

Large diffs are not rendered by default.

Binary file modified phocacart-product.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified phocacart-release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion phocacart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension type="component" method="upgrade" version="4.0">
<name>com_phocacart</name>
<author>Jan Pavelka (www.phoca.cz)</author>
<creationDate>13/04/2023</creationDate>
<creationDate>23/04/2023</creationDate>
<authorEmail></authorEmail>
<authorUrl>https://www.phoca.cz</authorUrl>
<copyright>Jan Pavelka</copyright>
Expand Down

0 comments on commit b19aa3d

Please sign in to comment.