Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7a1bf140

Von Jan Büren vor fast 8 Jahren hinzugefügt

  • ID 7a1bf140f74f815cb4ec84fb3e15bd6d1c931bca
  • Vorgänger 3ca17b1b
  • Nachfolger 3227f803

PTC Test um Rundungsgenauigkeit ergänzt

Der PriceTaxCalculator hat als Datenwert neuerdings die
Rundungsgenauigkeit für den Modus Schweiz. Dies muss entsprechend
im Tests des Moduls auch berücksichtigt werden.

Unterschiede anzeigen:

t/db_helper/price_tax_calculator.t
177 177
        taxkey_id                                => $taxkey->id,
178 178
      },
179 179
    ],
180
    rounding                                    =>  0,
180 181
  }, "${title}: calculated data");
181 182
}
182 183

  
......
264 265
        taxkey_id                                => $taxkey2->id,
265 266
      },
266 267
    ],
268
    rounding                                    =>  0,
267 269
  }, "${title}: calculated data");
268 270
}
269 271

  
......
382 384
        taxkey_id                                => $taxkeys{$item3->parts_id}->id,
383 385
      }
384 386
    ],
387
    rounding                                    =>  0,
385 388
  }, "${title}: calculated data");
386 389
}
387 390

  
......
445 448
        taxkey_id                                => $taxkeys{$item->parts_id}->id,
446 449
      },
447 450
    ],
451
    rounding                                    =>  0,
448 452
  }, "${title}: calculated data");
449 453
}
450 454

  

Auch abrufbar als: Unified diff