first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if ($sf_request->hasParameter('update'))
|
||||
{
|
||||
st_admin_section_start();
|
||||
echo st_get_component('stGroupPriceBackend', 'productPriceUpdate', array('group' => $group_price));
|
||||
st_admin_section_end();
|
||||
}
|
||||
else
|
||||
{
|
||||
include st_admin_get_template_path(__FILE__);
|
||||
}
|
||||
Reference in New Issue
Block a user