Revision fdebfd5d
Von Bernd Bleßmann vor etwa 7 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
$self->order->taxincluded(defined($self->order->$cv_method->taxincluded_checked)
|
||
? $self->order->$cv_method->taxincluded_checked
|
||
: $::myconfig{taxincluded_checked});
|
||
$self->js->val('#order_salesman_id', $self->order->$cv_method->salesman_id);
|
||
}
|
||
|
||
$self->order->payment_id($self->order->$cv_method->payment_id);
|
||
... | ... | |
|
||
=item * access rights
|
||
|
||
=item * preset salesman from customer
|
||
|
||
=item * display weights
|
||
|
||
=item * history
|
||
... | ... | |
Customer discount is not displayed as a valid discount in price source popup
|
||
(this might be a bug in price sources)
|
||
|
||
(I cannot reproduce this (Bernd))
|
||
|
||
=item *
|
||
|
||
No indication that <shift>-up/down expands/collapses second row.
|
Auch abrufbar als: Unified diff
Auftrags-Controller: Verkäufer bei Kundenwechsel ändern