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)
Change History (8)
comment:1 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
by , 8 years ago
| Attachment: | changeset_11208.zip added |
|---|
comment:2 by , 8 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
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:6 by , 7 years ago
| Milestone: | modified-shop-2.0.4.1 → modified-shop-2.0.4.2 |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.

In 11208: