Team of Teams: New Rules of Engagement for a Complex World
Team of Teams: New Rules of Engagement for a Complex World
Individual order
ISBN:
9780241250839
Availability:
Author
General Stanley McChrystal
Format
Paperback
Number of pages
304
Publisher
Penguin
Size
12.9 x 1.5 x 19.8
Year of publication
2015
Weight
0.00kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book Team of Teams: New Rules of Engagement for a Complex World
Thematic,Leadership, Law, Business Team of Teams: New Rules of Engagement for a Complex World 9780241250839 General Stanley McChrystal
Other books by the author
General Stanley McChrystal
Team of Teams: New Rules of Engagement for a Complex World
Book reviews Team of Teams: New Rules of Engagement for a Complex World (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->