mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-04 06:28:41 +00:00
Remove space from end of line
This commit is contained in:
parent
6450b3662c
commit
6c3ce655d6
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user