Modify

Opened 8 years ago

Closed 7 years ago

#1462 closed Bug/Fehler (fixed)

Fehler in customers_status.sql (Kundengruppe "Admin" wird nicht in deutscher Sprache angelegt)

Reported by: Torsten Riemer Owned by: somebody
Priority: hoch Milestone: modified-shop-2.0.4.2
Component: Installer Version: 2.0.4.0
Keywords: Cc:
Blocked By: Blocking:

Description

Attachments (1)

changeset_11208.zip (6.9 KB ) - added by Torsten Riemer 8 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Gerhard Waldemair, 8 years ago

Resolution: fixed
Status: newclosed

In 11208:

fix #1462

by Torsten Riemer, 8 years ago

Attachment: changeset_11208.zip added

comment:2 by Torsten Riemer, 8 years ago

Resolution: fixed
Status: closedreopened

Wir brauchen noch eine Lösung für die Händler, die mit 2.0.4.0 installiert haben und wo die Kundengruppe "Admin" in deutscher Sprache fehlt.

Die einfachste Lösung wäre folgenden SQL-Befehlt in die "update_2.0.4.0_to_2.0.4.1.sql" einzufügen:

INSERT INTO `customers_status` (`customers_status_id`, `language_id`, `customers_status_name`, `customers_status_public`, `customers_status_min_order`, `customers_status_max_order`, `customers_status_image`, `customers_status_discount`, `customers_status_ot_discount_flag`, `customers_status_ot_discount`, `customers_status_graduated_prices`, `customers_status_show_price`, `customers_status_show_price_tax`, `customers_status_show_tax_total`, `customers_status_add_tax_ot`, `customers_status_payment_unallowed`, `customers_status_shipping_unallowed`, `customers_status_discount_attributes`, `customers_fsk18`, `customers_fsk18_display`, `customers_status_write_reviews`, `customers_status_read_reviews`, `customers_status_reviews_status`, `customers_status_specials`) VALUES (0, 2, 'Admin', 1, NULL, NULL, 'admin_status.gif', 0.00, '1', 0.00, '1', 1, 1, 150, 0, '', '', 0, 1, 1, 1, 1, 1, 1);

comment:3 by Gerhard Waldemair, 8 years ago

Resolution: fixed
Status: reopenedclosed

In 11276:

fix #1462

comment:4 by Torsten Riemer, 7 years ago

In 11322:

update installer in 2.0.4.1 with version from trunk (fix #1072, #1461, #1462, #1467, #1470)

comment:5 by Torsten Riemer, 7 years ago

In 11325:

addition on r11322 - update installer in 2.0.4.1 with version from trunk (fix #1072, #1461, #1462, #1467, #1470)

comment:6 by Torsten Riemer, 7 years ago

Milestone: modified-shop-2.0.4.1modified-shop-2.0.4.2
Resolution: fixed
Status: closedreopened

comment:7 by Torsten Riemer, 7 years ago

Resolution: fixed
Status: reopenedclosed

In 11337:

update installer in 2.0.4.2 with version from trunk (fix #1462)

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.