Revision f76cbc7e
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
SL/Controller/ShopOrder.pm | ||
---|---|---|
217 | 217 |
what_done => 'Shopimport', |
218 | 218 |
)->save(); |
219 | 219 |
|
220 |
if($::form->{$what.'_country'} ne "Deutschland") { # hardcoded |
|
221 |
$self->redirect_to(controller => "controller.pl", action => 'CustomerVendor/edit', id => $customer->id); |
|
222 |
}else{ |
|
223 |
$self->redirect_to(action => 'show', id => $::form->{import_id}); |
|
224 |
} |
|
220 |
$self->redirect_to(action => 'show', id => $::form->{import_id}); |
|
225 | 221 |
} |
226 | 222 |
|
227 | 223 |
sub setup { |
... | ... | |
365 | 361 |
|
366 | 362 |
=back |
367 | 363 |
|
364 |
=head1 TODO |
|
365 |
|
|
366 |
Implements different payments, pricesources and pricegroups. Till now not needed. |
|
367 |
|
|
368 | 368 |
=head1 BUGS |
369 | 369 |
|
370 | 370 |
None yet. :) |
templates/webpages/shop_order/_transfer_status.html | ||
---|---|---|
11 | 11 |
[% LxERP.t8("This status output will be refreshed every five seconds.") %] |
12 | 12 |
</p> |
13 | 13 |
<p> |
14 |
[% Dumper.dump_html(data) %] |
|
15 | 14 |
</p> |
16 | 15 |
<p> |
17 | 16 |
[% L.link("#", LxERP.t8("Close window"), onclick="kivi.ShopOrder.processClose();") %] |
Auch abrufbar als: Unified diff
Shopmodul: Debugs im Statusfenster der massenübernahme rausgenommen
Beim Kunden übernehmen wird auch bei Auslandskunden in der Shoporder
geblieben