Tasks #9638
Product Classifications not showing in Mini server
Description
Dear Muzammil,
We had created many classifications in Live server like "High Priority", "Medium Priority" etc. But still in mini server showing only the default classifications.
Files
History
Updated by MUZAMMIL S almost 2 years ago
- Assignee changed from MUZAMMIL S to Noufal K
seems ad_ref not synced to mini server.
Updated by Noufal K almost 2 years ago
- Status changed from New to Resolved
- Assignee changed from Noufal K to MUZAMMIL S
Updated by MUZAMMIL S almost 2 years ago
- Assignee changed from MUZAMMIL S to Rijas P
Fixed . Please check.
Updated by Rijas P almost 2 years ago
- File WhatsApp Image 2023-02-27 at 10.18.11 AM.jpeg WhatsApp Image 2023-02-27 at 10.18.11 AM.jpeg added
- Assignee changed from Rijas P to MUZAMMIL S
Found updated all the classifications except one classification "High Priority". Please check
Updated by Mohamed Suhail almost 2 years ago
- Assignee changed from Noufal K to MUZAMMIL S
- % Done changed from 0 to 100
MUZAMMIL S wrote:
please check.
Done, please check now
Before
posiboltdb=# select ad_ref_list_id,name,value from ad_ref_list where ad_reference_id =63555 order by 1;
ad_ref_list_id | name | value
----------------+-----------------------------+--------------
600429 | New | NW
600430 | Limited Edition | LE
600431 | Discontinued | DC
1010004 | Cancelled Items | CL
1010007 | Discontinue and Transferred | DT
1010008 | Inactive | IN
1010009 | New Arrived | New Arrived
1010010 | Medium Priority | MP
1010011 | Low Priority | Low Priority
1010012 | Not Classified | NC
(10 rows)
euro=# select ad_ref_list_id,name,value from ad_ref_list where ad_reference_id =63555 order by 1;
ad_ref_list_id | name | value
----------------+-----------------------------+--------------
600429 | High Priority | HP
600430 | New | NW
600431 | Discontinued | DC
1010004 | Cancelled Items | CL
1010007 | Discontinue and Transferred | DT
1010008 | Inactive | IN
1010009 | New Arrived | New Arrived
1010010 | Medium Priority | MP
1010011 | Low Priority | Low Priority
1010012 | Not Classified | NC
(10 rows)
posiboltdb=# update ad_ref_list set name='Temp',value='TM' where ad_ref_list_id =600429;
;
UPDATE 1
posiboltdb=# update ad_ref_list set name='New',value='NW' where ad_ref_list_id =600430;
;
UPDATE 1
posiboltdb=# update ad_ref_list set name='High Priority',value='HP' where ad_ref_list_id =600429;
;
UPDATE 1
After
posiboltdb=# select ad_ref_list_id,name,value from ad_ref_list where ad_reference_id =63555 order by 1;
ad_ref_list_id | name | value
----------------+-----------------------------+--------------
600429 | High Priority | HP
600430 | New | NW
600431 | Discontinued | DC
1010004 | Cancelled Items | CL
1010007 | Discontinue and Transferred | DT
1010008 | Inactive | IN
1010009 | New Arrived | New Arrived
1010010 | Medium Priority | MP
1010011 | Low Priority | Low Priority
1010012 | Not Classified | NC
(10 rows)
Updated by MUZAMMIL S almost 2 years ago
- Assignee changed from MUZAMMIL S to Rijas P
Fixed . please check.
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)