Revision e142cf7d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
js/requirement_spec.js | ||
---|---|---|
344 | 344 |
return true; |
345 | 345 |
}; |
346 | 346 |
|
347 |
ns.ask_delete_quotation_order = function(key, opt) { |
|
348 |
if (confirm(kivi.t8("Are you sure?"))) |
|
349 |
ns.standard_quotation_order_ajax_call(key, opt); |
|
350 |
return true; |
|
351 |
}; |
|
352 |
|
|
347 | 353 |
ns.disable_edit_quotation_order_commands = function(key, opt) { |
348 | 354 |
return ns.find_quotation_order_id(opt.$trigger) == undefined; |
349 | 355 |
}; |
Auch abrufbar als: Unified diff
Pflichtenhefte: Löschen von Aufträgen/Angeboten