New: Can create third party when creating subscription.
This commit is contained in:
parent
7e4a59d17e
commit
2dfbed8c1e
@ -719,8 +719,11 @@ if ($rowid)
|
|||||||
code=jQuery("#selectoperation option:selected").val();
|
code=jQuery("#selectoperation option:selected").val();
|
||||||
if (code == \'CHQ\')
|
if (code == \'CHQ\')
|
||||||
{
|
{
|
||||||
jQuery(\'#fieldchqemetteur\').val(jQuery(\'#memberlabel\').val());
|
|
||||||
jQuery(\'.fieldrequireddyn\').addClass(\'fieldrequired\');
|
jQuery(\'.fieldrequireddyn\').addClass(\'fieldrequired\');
|
||||||
|
if (jQuery(\'#fieldrequireddyn\').val() == \'\')
|
||||||
|
{
|
||||||
|
jQuery(\'#fieldchqemetteur\').val(jQuery(\'#memberlabel\').val());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user