osCommerce / oscommerce2

osCommerce Online Merchant v2.x
http://www.oscommerce.com
MIT License
281 stars 222 forks source link

Categories are not listed in search conditions #643

Open tgely opened 5 years ago

tgely commented 5 years ago

https://github.com/osCommerce/oscommerce2/blob/de0e97d15d43ac6a9a6cfb2847134a82a0148f2b/catalog/admin/categories.php#L1230

there is missing relation

        'c.categories_id' => [
          'rel' => 'cd.categories_id'
        ],