Merge branch 'master' of ns3:/srv/git/noalyss
This commit is contained in:
commit
8b9580f7fc
1 changed files with 6 additions and 0 deletions
|
|
@ -729,6 +729,12 @@ function form_blank_card(obj)
|
|||
function save_card(obj)
|
||||
{
|
||||
var content=$(obj).ipopup;
|
||||
var accounting= $(obj)['av_text25'];
|
||||
var accounting= $(obj)['av_text5'];
|
||||
if ( accounting.value.length > 40 ) {
|
||||
smoke.alert('Poste comptable trop grand');
|
||||
return false;
|
||||
}
|
||||
// Data must be taken here
|
||||
data=$('save_card').serialize(false);
|
||||
waiting_box();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue