Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4870f180

Von Jan Büren vor 10 Monaten hinzugefügt

  • ID 4870f180b62de29e906458fee9281cba1e31d908
  • Vorgänger fdbb484e
  • Nachfolger 2d6401e3

BJ: SWSetPaid typo

Unterschiede anzeigen:

SL/BackgroundJob/ShopwareSetPaid.pm
34 34
       $shop->connector->set_orderstatus($shop_order->shop_trans_id, "paid");
35 35
    }
36 36
  }
37
  return t8("The following Shop Orders: ") . join (', ', @shoporders) . $dry_run ? t8(" would be set to the state 'paid'") : t8(" have been so to the state 'paid'");
37
  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'");
38 38
}
39 39

  
40 40
1;

Auch abrufbar als: Unified diff