Revision b48939fe
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
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
Pflichtenhefte: show & Bearbeiten in eigenen Tab