Project

General

Profile

Actions

GX-Task #40922

closed

Bestellnachbearbeitung: division by zero wenn eine Bestellung mit Kupon nachbearbeitet wird (Kleinunternehmerregelung) (v2.1)

Added by Timo Backhaus over 11 years ago. Updated over 11 years ago.

Status:
Erledigt
Priority:
Normal
Assignee:
Claudia Runschek
Category:
Adminbereich
Target version:
% Done:

100%

Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:

Description

Lösung nochmal prüfen:
orders_edit (Zeile 1094):
if($t_tax_rate == 0)
{
$t_n_price = $t_tax_value * -1;
$t_b_price = $t_n_price;
}
else
{
$t_n_price = $t_tax_value / ($t_tax_rate / 100) * -1;
$t_b_price = $t_n_price * (1 + $t_tax_rate / 100);
}


Actions #1

Updated by Nonito Capuno over 11 years ago

  • Tracker changed from Aufgaben to GX-Task
Actions #2

Updated by Torben Wark over 11 years ago

  • Status changed from Gemeldet to Feedback
Actions #4

Updated by Claudia Runschek over 11 years ago

  • Assignee set to Claudia Runschek
Actions #5

Updated by Claudia Runschek over 11 years ago

  • Status changed from Feedback to Erledigt
  • % Done changed from 0 to 100

konnte Fehler nachstellen bei Bestellung mit Kupon und an Schweizer Kunden (keine Steuer).

Actions #6

Updated by Claudia Runschek over 11 years ago

  • Target version changed from 2.1.5.0 beta1 to 2.1.4.1
Actions

Also available in: Atom PDF