Project

General

Profile

Tasks #9638

Product Classifications not showing in Mini server

Added by Rijas P almost 2 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Immediate
Assignee:
Start date:
02/21/2023
Due date:
% Done:

100%

Estimated time:
Spent time:

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

#1

Updated by MUZAMMIL S almost 2 years ago

  • Assignee changed from MUZAMMIL S to Noufal K

seems ad_ref not synced to mini server.

#2

Updated by Noufal K almost 2 years ago

  • Status changed from New to Resolved
  • Assignee changed from Noufal K to MUZAMMIL S
#3

Updated by MUZAMMIL S almost 2 years ago

  • Assignee changed from MUZAMMIL S to Rijas P

Fixed . Please check.

#4

Updated by Rijas P almost 2 years ago

Found updated all the classifications except one classification "High Priority". Please check

#5

Updated by MUZAMMIL S almost 2 years ago

  • Assignee changed from MUZAMMIL S to Noufal K

please check.

#6

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)

#7

Updated by MUZAMMIL S almost 2 years ago

  • Assignee changed from MUZAMMIL S to Rijas P

Fixed . please check.

#8

Updated by Rijas P almost 2 years ago

  • Status changed from Resolved to Closed

Found fixed.

#9

Updated by SHAIJAL EDAVANA 8 months ago

  • Tracker changed from Bug to Tasks
  • Project changed from Euro Novelties to Temp Projects
  • Category deleted (Others)

Also available in: Atom PDF