Why are there two templates for product admin
(bloodhound_multiproduct/multiproduct/templates/admin_products.html
and bloodhound_theme/bhtheme/templates/bh_admin_products.html)? Is the
first one ever used?

On Tue, Jul 23, 2013 at 1:50 PM,  <[email protected]> wrote:
> Author: astaric
> Date: Tue Jul 23 11:50:20 2013
> New Revision: 1505992
>
> URL: http://svn.apache.org/r1505992
> Log:
> Value of default combo in product admin should be product.prefix, not 
> product.name.
>
> Modified:
>     bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
>
> Modified: 
> bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
> URL: 
> http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html?rev=1505992&r1=1505991&r2=1505992&view=diff
> ==============================================================================
> --- 
> bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html 
> (original)
> +++ 
> bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html 
> Tue Jul 23 11:50:20 2013
> @@ -142,7 +142,7 @@
>                        </td>
>                        <td class="owner">$prod.owner</td>
>                        <td class="default">
> -                        <input type="radio" name="default" value="$prod.name"
> +                        <input type="radio" name="default" 
> value="$prod.prefix"
>                                 checked="${prod.name==default or None}" />
>                        </td>
>                      </tr>
>
>

Reply via email to