Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b647f3f3

Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt

  • ID b647f3f3a3357e366d2faa25069230eb1cf8e9e9
  • Vorgänger f2779405
  • Nachfolger 1ca40c6c

Order Controller typos

Unterschiede anzeigen:

SL/Controller/Order.pm
$self->redirect_to(@redirect_params);
}
# set form elements in respect of a changed customer or vendor
# set form elements in respect to a changed customer or vendor
#
# This action is called on an change of the customer/vendor picker.
sub action_customer_vendor_changed {
......
}
}
# add item rows for multiple items add once
# add item rows for multiple items at once
sub action_add_multi_items {
my ($self) = @_;
......
$self->js->render();
}
# redisplay item rows if the are sorted by an attribute
# redisplay item rows if they are sorted by an attribute
sub action_reorder_items {
my ($self) = @_;
......
# longdescription was opened and the longdescription is empty
#
# If this item is new, get the longdescription from Part.
# Get it from OrderItem else.
# Otherwise get it from OrderItem.
sub action_get_item_longdescription {
my $longdescription;

Auch abrufbar als: Unified diff