Team of Teams: New Rules of Engagement for a Complex World
Team of Teams: New Rules of Engagement for a Complex World
Індивідуальне замовлення
ISBN:
9780241250839
Наявність:
Автор
General Stanley McChrystal
Видавництво
Penguin
Кіл-ть сторінок
304
Рік видання
2015
Розмір
12.9 x 1.5 x 19.8
Формат
Paperback
Вага
0.00kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
- Все про книгу
- Відгуків (0)
Все про книгу Team of Teams: New Rules of Engagement for a Complex World
Тематична,Менеджмент, юриспруденція, бізнес Team of Teams: New Rules of Engagement for a Complex World 9780241250839 General Stanley McChrystal
Інші книги автора
General Stanley McChrystal
Team of Teams: New Rules of Engagement for a Complex World
Рецензії про книгу Team of Teams: New Rules of Engagement for a Complex World (0 відгуків)
+ Добавить отзыв
$('.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']);
}
}
});
});
//-->