fix conflict
This commit is contained in:
commit
5beaf8e77e
@ -792,10 +792,10 @@ class AdminImport extends AdminTab
|
||||
VALUES (
|
||||
'.(int) $product->id.',
|
||||
"'.pSQL($product->nc8).'",
|
||||
'. pSQL($product->origin_country_id).'
|
||||
"'. pSQL($product->origin_country_id).'"
|
||||
)
|
||||
ON DUPLICATE KEY UPDATE `nc8` = "'.pSQL($product->nc8).'",
|
||||
`id_country` = '.pSQL($product->origin_country_id).'
|
||||
`id_country` = "'.pSQL($product->origin_country_id).'"
|
||||
');
|
||||
}
|
||||
|
||||
|
@ -286,6 +286,7 @@ class AdminProducts extends AdminTab
|
||||
ORDER BY cp.id_product
|
||||
');
|
||||
|
||||
|
||||
$products = array_merge($first_products,$second_products);
|
||||
// Update des postions
|
||||
foreach ($products as $key => $product) {
|
||||
@ -1381,10 +1382,10 @@ class AdminProducts extends AdminTab
|
||||
VALUES (
|
||||
'.(int) $object->id.',
|
||||
"'.pSQL(Tools::getValue('nc8')).'",
|
||||
'.pSQL(Tools::getValue('id_country')).'
|
||||
"'.pSQL(Tools::getValue('id_country')).'"
|
||||
)
|
||||
ON DUPLICATE KEY UPDATE `nc8` = "'.pSQL(Tools::getValue('nc8')).'",
|
||||
`id_country` = '.pSQL(Tools::getValue('id_country')).'
|
||||
`id_country` = "'.pSQL(Tools::getValue('id_country')).'"
|
||||
');
|
||||
|
||||
if (Validate::isLoadedObject($object))
|
||||
|
@ -82,13 +82,13 @@ class Ant_Alert extends Module
|
||||
);
|
||||
if ((int)$open_messages['total'] >= (int)Configuration::get('ANT_ALTER_LIMIT')) {
|
||||
// dev
|
||||
$to = array('marion@antadis.com');
|
||||
// $to = array('marion@antadis.com');
|
||||
// prod
|
||||
/*$to = array(
|
||||
$to = array(
|
||||
'frederic@bebeboutik.com',
|
||||
'jacques@bebeboutik.com',
|
||||
'valentin@bebeboutik.com'
|
||||
);*/
|
||||
'valentin@bebeboutik.com',
|
||||
);
|
||||
$data = array(
|
||||
'{limit}' => (int)Configuration::get('ANT_ALTER_LIMIT'),
|
||||
'{hours}' => (int)Configuration::get('ANT_ALTER_HOURS'),
|
||||
|
@ -199,7 +199,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
</ul>*}
|
||||
|
||||
<div class="facebook_like">
|
||||
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&layout=standard&show_faces=false&width=420&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:420px; height:35px; margin-left:0px; margin-top:10px; margin-bottom: 20px"></iframe>
|
||||
<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&layout=standard&show_faces=false&width=420&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:420px; height:35px; margin-left:0px; margin-top:10px; margin-bottom: 20px"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -383,14 +383,6 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="facebook_like">
|
||||
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FBricoPrive&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true" style="border:none; overflow:hidden; width:420px; height:35px; margin-left:0px; margin-top:10px; margin-bottom: 20px"></iframe>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user