Remove space from end of line

This commit is contained in:
Dennis Eichhorn 2018-02-03 11:52:30 +01:00
parent 6450b3662c
commit 6c3ce655d6
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class Installer extends InstallerAbstract
PRIMARY KEY (`itemmgmt_partslist_id`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;'
)->execute();
$dbPool->get()->con->prepare(
'CREATE TABLE if NOT EXISTS `' . $dbPool->get()->prefix . 'itemmgmt_sales_price` (
`itemmgmt_sales_price_id` int(11) NOT NULL AUTO_INCREMENT,

View File

@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
<tr>
<td colspan="6">
<tbody>
<?php $count = 0; foreach ($items as $key => $value) : $count++;
<?php $count = 0; foreach ($items as $key => $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/item/single?{?}&id=' . $value->getId()); ?>
<tr data-href="<?= $url; ?>">
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getNumber()); ?></a>