Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#66 closed Bug/Fehler (fixed)

Sonderangebote werden falsch berechnet

Reported by: Ronald Parcinski Owned by: Gerhard Waldemair
Priority: hoch Milestone: modified-shop-2.0.0.0
Component: Admin Version: 1.06
Keywords: Cc:
Blocked By: Blocking:

Description (last modified by Torsten Riemer)

Wenn im Admin Preis = Brutto aktiviert ist und ein bestehendes Sonderangebot über die /admin/specials.php bearbeitet wird, wird der Sonderangebotspreis falsch gespeichert.

In der "Artikel bearbeiten"-Maske tritt der Fehler bei Eingabe eines Brutto-Preises in der Sektion "Sonderangebote" nicht auf.

Attachments (0)

Change History (3)

comment:1 by Torsten Riemer, 12 years ago

Description: modified (diff)

comment:2 by Ronald Parcinski, 12 years ago

Resolution: fixed
Status: newclosed

Korrektur in admin/specials.php

Fehler mit $_POSTproducts_id

WHERE tr.tax_class_id = p. products_tax_class_id
                     AND p.products_id = '". (int)$_POST['products_id'] . "' ";

Richtig mit $_POSTproducts_up_id

WHERE tr.tax_class_id = p.products_tax_class_id
                     AND p.products_id = '". (int)$_POST['products_up_id'] . "' ";

comment:3 by Ronald Parcinski, 12 years ago

In 5345:

fix #66
show netto price

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
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.