Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9cb9ed90

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

  • ID 9cb9ed90486f760a8b9427d493a9be2081e70397
  • Vorgänger 36f8854b
  • Nachfolger b72ad532

Rückmeldung BJ Shopware String komplett zusammenbauen

Unterschiede anzeigen:

SL/BackgroundJob/ShopwareSetPaid.pm
$shop->connector->set_orderstatus($shop_order->shop_trans_id, "paid");
}
}
return t8("The following Shop Orders: ") . join (', ', @shoporders) . $dry_run ? t8(" would be set to the state 'paid'") : t8(" have been set to the state 'paid'");
# nothing found
return t8("No valid invoice(s) found") if scalar @shoporders == 0;
my $message = t8("The following Shop Orders: ") . join (', ', @shoporders);
$message .= $dry_run ? t8(" would be set to the state 'paid'") : t8(" have been set to the state 'paid'");
return $message;
}
1;

Auch abrufbar als: Unified diff