Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7f6435de

Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt

  • ID 7f6435de57cd62f0839cebf30215b968419f85a4
  • Vorgänger 79d61c3c
  • Nachfolger c0e75156

Order Controller typos

Unterschiede anzeigen:

SL/Controller/Order.pm
326 326
  $self->redirect_to(@redirect_params);
327 327
}
328 328

  
329
# set form elements in respect of a changed customer or vendor
329
# set form elements in respect to a changed customer or vendor
330 330
#
331 331
# This action is called on an change of the customer/vendor picker.
332 332
sub action_customer_vendor_changed {
......
477 477
  }
478 478
}
479 479

  
480
# add item rows for multiple items add once
480
# add item rows for multiple items at once
481 481
sub action_add_multi_items {
482 482
  my ($self) = @_;
483 483

  
......
525 525
  $self->js->render();
526 526
}
527 527

  
528
# redisplay item rows if the are sorted by an attribute
528
# redisplay item rows if they are sorted by an attribute
529 529
sub action_reorder_items {
530 530
  my ($self) = @_;
531 531

  
......
563 563
# longdescription was opened and the longdescription is empty
564 564
#
565 565
# If this item is new, get the longdescription from Part.
566
# Get it from OrderItem else.
566
# Otherwise get it from OrderItem.
567 567
sub action_get_item_longdescription {
568 568
  my $longdescription;
569 569

  

Auch abrufbar als: Unified diff