Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f5b13074

Von Jan Büren vor mehr als 7 Jahren hinzugefügt

  • ID f5b13074ae7356ed59a529ace1ccd76c5b4e49c9
  • Vorgänger 573d7fd1
  • Nachfolger 0169abed

new_lastmtime mit $provided_dbh aufrufen

fix für #204

Unterschiede anzeigen:

SL/IS.pm
1312 1312
    do_query($form, $dbh, qq|UPDATE ar SET paid = amount WHERE id = ?|, conv_i($form->{"id"}));
1313 1313
  }
1314 1314

  
1315
  $form->new_lastmtime('ar');
1315
  # maybe we are in a larger transaction and the current
1316
  # object is not yet persistent in the db, therefore we
1317
  # need the current dbh to get the not yet committed mtime
1318
  $form->new_lastmtime('ar', $provided_dbh);
1316 1319

  
1317 1320
  $form->{name} = $form->{customer};
1318 1321
  $form->{name} =~ s/--\Q$form->{customer_id}\E//;

Auch abrufbar als: Unified diff