Skip to content

Commit

Permalink
Merge pull request #3717 from devlab-oy/satu/kerera_paino_pakkaus
Browse files Browse the repository at this point in the history
Painoon perustuvan keräyserän luominen
  • Loading branch information
tomit authored Oct 3, 2017
2 parents b5ace02 + 2909589 commit bd75aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23713,7 +23713,7 @@ if (!function_exists('tee_keraysera_painon_perusteella')) {

$lisatty_kol_maara = 0;

while (($pakkaukset_paino > $pakkauksen_kaytetty_paino)) {
while (($pakkaukset_paino >= $pakkauksen_kaytetty_paino)) {

if (($pakkauksen_kaytetty_paino + ($kerayseran_rivit[$i]['data']['tuotemassa'] * $kerayseran_rivit[$i]['data']['myynti_era'])) > $pakkaukset_paino) {

Expand Down

0 comments on commit bd75aac

Please sign in to comment.