update
This commit is contained in:
@@ -204,6 +204,7 @@ if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
|
||||
var $correct_id;
|
||||
var $correct_name;
|
||||
var $kind;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1434,6 +1434,7 @@ addEvent(
|
||||
var arr = eval(result)[0];
|
||||
document.getElementById('number').value = arr.number;
|
||||
document.getElementById('document_no').value = arr.document_no;
|
||||
document.getElementById('status').value ='accepted';
|
||||
},
|
||||
''
|
||||
);
|
||||
|
||||
@@ -91,8 +91,8 @@
|
||||
}
|
||||
|
||||
$OPT['new_number'] = true;
|
||||
$focus->kind='other';
|
||||
$focus->status = "s10";
|
||||
$focus->kind='other';
|
||||
$focus->status = "accepted";
|
||||
|
||||
if(isset($cc)) {
|
||||
//payment condition
|
||||
|
||||
Reference in New Issue
Block a user