FIX: whitespaces
This commit is contained in:
parent
0ddb4eb9b2
commit
b84e20d09f
@ -2611,10 +2611,10 @@ if ($action == 'create') {
|
|||||||
jQuery("#value_unit_ht").val("");
|
jQuery("#value_unit_ht").val("");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
';
|
';
|
||||||
|
|
||||||
if (! empty($conf->global->MAIN_USE_EXPENSE_IK)) {
|
if (! empty($conf->global->MAIN_USE_EXPENSE_IK)) {
|
||||||
print '
|
print '
|
||||||
|
|
||||||
/* unit price coéf calculation */
|
/* unit price coéf calculation */
|
||||||
jQuery(".input_qty, #fk_c_type_fees, #select_fk_c_exp_tax_cat, #vatrate ").change(function(event) {
|
jQuery(".input_qty, #fk_c_type_fees, #select_fk_c_exp_tax_cat, #vatrate ").change(function(event) {
|
||||||
@ -2660,10 +2660,10 @@ if ($action == 'create') {
|
|||||||
jQuery("#value_unit_ht").val("");
|
jQuery("#value_unit_ht").val("");
|
||||||
}*/
|
}*/
|
||||||
});
|
});
|
||||||
';
|
';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '
|
print '
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user