Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b48939fe

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID b48939fe80e819f27898d0782e802440170ac0bb
  • Vorgänger 90f4ba5d
  • Nachfolger 920773a2

Pflichtenhefte: show & Bearbeiten in eigenen Tab

Unterschiede anzeigen:

js/requirement_spec.js
1
/* Functions used for the requirement specs tree view */
1
/* Functions used for the requirement specs */
2

  
3
// -----------------------------------------------------------------------------
4
// ------------------------------ basic settings -------------------------------
5
// -----------------------------------------------------------------------------
6

  
7
function basic_settings_customer_changed(customer_ctrl, value_ctrl) {
8
  $.get(
9
    'controller.pl?action=Customer/get_hourly_rate',
10
    { id: $(customer_ctrl).val() },
11
    function(data) { if (data.hourly_rate_formatted) $(value_ctrl).val(data.hourly_rate_formatted); }
12
  );
13
}
2 14

  
3 15
// -----------------------------------------------------------------------------
4 16
// ------------------------------ the tree itself ------------------------------

Auch abrufbar als: Unified diff