commit
3edfbf1a67
@ -164,7 +164,7 @@ print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
|||||||
print '<tr '.$bc[$var].' id="tramount"><td>';
|
print '<tr '.$bc[$var].' id="tramount"><td>';
|
||||||
print $langs->trans("DefaultAmount");
|
print $langs->trans("DefaultAmount");
|
||||||
print '</td><td align="right">';
|
print '</td><td align="right">';
|
||||||
print '<input type="text" id="MEMBER_NEWFORM_AMOUNT" name="MEMBER_NEWFORM_AMOUNT" size="5" value="'.(! empty($conf->global->MEMBER_NEWFORM_AMOUNT)?$conf->global->MEMBER_NEWFORM_AMOUNT:'').'">';;
|
print '<input type="text" id="MEMBER_NEWFORM_AMOUNT" name="MEMBER_NEWFORM_AMOUNT" size="5" value="'.(! empty($conf->global->MEMBER_NEWFORM_AMOUNT)?$conf->global->MEMBER_NEWFORM_AMOUNT:'').'">';
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
||||||
// Can edit
|
// Can edit
|
||||||
@ -197,7 +197,7 @@ if (! empty($conf->paybox->enabled) || ! empty($conf->paypal->enabled))
|
|||||||
print '<tr '.$bc[$var].' id="tremail"><td>';
|
print '<tr '.$bc[$var].' id="tremail"><td>';
|
||||||
print $langs->trans("MEMBER_PAYONLINE_SENDEMAIL");
|
print $langs->trans("MEMBER_PAYONLINE_SENDEMAIL");
|
||||||
print '</td><td align="right">';
|
print '</td><td align="right">';
|
||||||
print '<input type="text" id="MEMBER_PAYONLINE_SENDEMAIL" name="MEMBER_PAYONLINE_SENDEMAIL" size="24" value="'.(! empty($conf->global->MEMBER_PAYONLINE_SENDEMAIL)?$conf->global->MEMBER_PAYONLINE_SENDEMAIL:'').'">';;
|
print '<input type="text" id="MEMBER_PAYONLINE_SENDEMAIL" name="MEMBER_PAYONLINE_SENDEMAIL" size="24" value="'.(! empty($conf->global->MEMBER_PAYONLINE_SENDEMAIL)?$conf->global->MEMBER_PAYONLINE_SENDEMAIL:'').'">';
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -249,7 +249,7 @@ if (empty($reshook))
|
|||||||
}
|
}
|
||||||
$lastname=$_POST["lastname"];
|
$lastname=$_POST["lastname"];
|
||||||
$firstname=$_POST["firstname"];
|
$firstname=$_POST["firstname"];
|
||||||
$morphy=$morphy=$_POST["morphy"];;
|
$morphy=$morphy=$_POST["morphy"];
|
||||||
if ($morphy != 'mor' && empty($lastname)) {
|
if ($morphy != 'mor' && empty($lastname)) {
|
||||||
$error++;
|
$error++;
|
||||||
$langs->load("errors");
|
$langs->load("errors");
|
||||||
|
|||||||
@ -913,7 +913,7 @@ if ($id)
|
|||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
$colspan=count($fieldlist)+2;
|
$colspan=count($fieldlist)+2;
|
||||||
if ($id == 4) $colspan++;;
|
if ($id == 4) $colspan++;
|
||||||
|
|
||||||
if (! empty($alabelisused)) // Si un des champs est un libelle
|
if (! empty($alabelisused)) // Si un des champs est un libelle
|
||||||
{
|
{
|
||||||
|
|||||||
@ -164,7 +164,7 @@ if (! empty($conf->service->enabled))
|
|||||||
$var=! $var;
|
$var=! $var;
|
||||||
print '<tr '.$bc[$var].'><td>';
|
print '<tr '.$bc[$var].'><td>';
|
||||||
print $langs->trans("CashdeskShowServices");
|
print $langs->trans("CashdeskShowServices");
|
||||||
print '<td colspan="2">';;
|
print '<td colspan="2">';
|
||||||
print $form->selectyesno("CASHDESK_SERVICES",$conf->global->CASHDESK_SERVICES,1);
|
print $form->selectyesno("CASHDESK_SERVICES",$conf->global->CASHDESK_SERVICES,1);
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1164,7 +1164,7 @@ class Categorie extends CommonObject
|
|||||||
{
|
{
|
||||||
$cats = array();
|
$cats = array();
|
||||||
|
|
||||||
$typeid=-1; $table='';;
|
$typeid=-1; $table='';
|
||||||
if ($type == '0' || $type == 'product') { $typeid=0; $table='product'; $type='product'; }
|
if ($type == '0' || $type == 'product') { $typeid=0; $table='product'; $type='product'; }
|
||||||
else if ($type == '1' || $type == 'supplier') { $typeid=1; $table='societe'; $type='fournisseur'; }
|
else if ($type == '1' || $type == 'supplier') { $typeid=1; $table='societe'; $type='fournisseur'; }
|
||||||
else if ($type == '2' || $type == 'customer') { $typeid=2; $table='societe'; $type='societe'; }
|
else if ($type == '2' || $type == 'customer') { $typeid=2; $table='societe'; $type='societe'; }
|
||||||
|
|||||||
@ -379,7 +379,7 @@ else
|
|||||||
elseif ($links[$key]['type']=='payment_supplier')
|
elseif ($links[$key]['type']=='payment_supplier')
|
||||||
{
|
{
|
||||||
$paymentsupplierstatic->id=$links[$key]['url_id'];
|
$paymentsupplierstatic->id=$links[$key]['url_id'];
|
||||||
$paymentsupplierstatic->ref=$langs->trans("Payment");;
|
$paymentsupplierstatic->ref=$langs->trans("Payment");
|
||||||
print ' '.$paymentsupplierstatic->getNomUrl(1);
|
print ' '.$paymentsupplierstatic->getNomUrl(1);
|
||||||
$newline=0;
|
$newline=0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -298,7 +298,7 @@ for ($mois = 1+$nb_mois_decalage ; $mois <= 12+$nb_mois_decalage ; $mois++)
|
|||||||
if ($annee_decalage != $year_end) print '<td width="15"> </td>';
|
if ($annee_decalage != $year_end) print '<td width="15"> </td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$total_ht[$annee]+=!empty($cum_ht[$case]) ? $cum_ht[$case] : 0;;
|
$total_ht[$annee]+=!empty($cum_ht[$case]) ? $cum_ht[$case] : 0;
|
||||||
$total[$annee]+=$cum[$case];
|
$total[$annee]+=$cum[$case];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -231,7 +231,7 @@ function dol_getshmop($memoryid)
|
|||||||
global $shmkeys,$shmoffset;
|
global $shmkeys,$shmoffset;
|
||||||
|
|
||||||
if (empty($shmkeys[$memoryid]) || ! function_exists("shmop_open")) return 0;
|
if (empty($shmkeys[$memoryid]) || ! function_exists("shmop_open")) return 0;
|
||||||
$shmkey=dol_getshmopaddress($memoryid);;
|
$shmkey=dol_getshmopaddress($memoryid);
|
||||||
//print 'dol_getshmop memoryid='.$memoryid." shmkey=".$shmkey."<br>\n";
|
//print 'dol_getshmop memoryid='.$memoryid." shmkey=".$shmkey."<br>\n";
|
||||||
$handle=@shmop_open($shmkey,'a',0,0);
|
$handle=@shmop_open($shmkey,'a',0,0);
|
||||||
if ($handle)
|
if ($handle)
|
||||||
|
|||||||
@ -117,17 +117,17 @@ function task_prepare_head($object)
|
|||||||
$h = 0;
|
$h = 0;
|
||||||
$head = array();
|
$head = array();
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/task.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/task.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');
|
||||||
$head[$h][1] = $langs->trans("Card");
|
$head[$h][1] = $langs->trans("Card");
|
||||||
$head[$h][2] = 'task_task';
|
$head[$h][2] = 'task_task';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/contact.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/contact.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');
|
||||||
$head[$h][1] = $langs->trans("TaskRessourceLinks");
|
$head[$h][1] = $langs->trans("TaskRessourceLinks");
|
||||||
$head[$h][2] = 'task_contact';
|
$head[$h][2] = 'task_contact';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/time.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/time.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');
|
||||||
$head[$h][1] = $langs->trans("TimeSpent");
|
$head[$h][1] = $langs->trans("TimeSpent");
|
||||||
$head[$h][2] = 'task_time';
|
$head[$h][2] = 'task_time';
|
||||||
$h++;
|
$h++;
|
||||||
@ -143,14 +143,14 @@ function task_prepare_head($object)
|
|||||||
$nbNote = 0;
|
$nbNote = 0;
|
||||||
if(!empty($object->note_private)) $nbNote++;
|
if(!empty($object->note_private)) $nbNote++;
|
||||||
if(!empty($object->note_public)) $nbNote++;
|
if(!empty($object->note_public)) $nbNote++;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/note.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/note.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');
|
||||||
$head[$h][1] = $langs->trans('Notes');
|
$head[$h][1] = $langs->trans('Notes');
|
||||||
if ($nbNote > 0) $head[$h][1].= ' <span class="badge">'.$nbNote.'</span>';
|
if ($nbNote > 0) $head[$h][1].= ' <span class="badge">'.$nbNote.'</span>';
|
||||||
$head[$h][2] = 'task_notes';
|
$head[$h][2] = 'task_notes';
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/document.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/document.php?id='.$object->id.(GETPOST('withproject')?'&withproject=1':'');
|
||||||
$filesdir = $conf->projet->dir_output . "/" . dol_sanitizeFileName($object->project->ref) . '/' .dol_sanitizeFileName($object->ref);
|
$filesdir = $conf->projet->dir_output . "/" . dol_sanitizeFileName($object->project->ref) . '/' .dol_sanitizeFileName($object->ref);
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||||
$listoffiles=dol_dir_list($filesdir,'files',1,'','thumbs');
|
$listoffiles=dol_dir_list($filesdir,'files',1,'','thumbs');
|
||||||
|
|||||||
@ -496,7 +496,7 @@ function vat_by_date($db, $y, $q, $date_start, $date_end, $modetax, $direction,
|
|||||||
$sql.= " AND f.fk_statut in (1,2)"; // Paid (partially or completely)
|
$sql.= " AND f.fk_statut in (1,2)"; // Paid (partially or completely)
|
||||||
if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $sql.= " AND f.type IN (0,1,2,5)";
|
if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $sql.= " AND f.type IN (0,1,2,5)";
|
||||||
else $sql.= " AND f.type IN (0,1,2,3,5)";
|
else $sql.= " AND f.type IN (0,1,2,3,5)";
|
||||||
$sql.= " AND f.rowid = d.".$fk_facture;;
|
$sql.= " AND f.rowid = d.".$fk_facture;
|
||||||
$sql.= " AND pf.".$fk_facture2." = f.rowid";
|
$sql.= " AND pf.".$fk_facture2." = f.rowid";
|
||||||
$sql.= " AND pa.rowid = pf.".$fk_payment;
|
$sql.= " AND pa.rowid = pf.".$fk_payment;
|
||||||
if ($y && $m)
|
if ($y && $m)
|
||||||
|
|||||||
@ -376,7 +376,7 @@ class ImportCsv extends ModeleImports
|
|||||||
if ($obj) $tablewithentity_cache[$tablename]=1; // table contains entity field
|
if ($obj) $tablewithentity_cache[$tablename]=1; // table contains entity field
|
||||||
else $tablewithentity_cache[$tablename]=0; // table does not contains entity field
|
else $tablewithentity_cache[$tablename]=0; // table does not contains entity field
|
||||||
}
|
}
|
||||||
else dol_print_error($this->db);;
|
else dol_print_error($this->db);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -416,7 +416,7 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||||||
$project= new Project($this->db);
|
$project= new Project($this->db);
|
||||||
$project->fetch($object->fk_project);
|
$project->fetch($object->fk_project);
|
||||||
|
|
||||||
$dir = $conf->projet->dir_output. "/" . $project->ref. "/";;
|
$dir = $conf->projet->dir_output. "/" . $project->ref. "/";
|
||||||
$objectref = dol_sanitizeFileName($object->ref);
|
$objectref = dol_sanitizeFileName($object->ref);
|
||||||
if (! preg_match('/specimen/i',$objectref)) $dir.= "/" . $objectref;
|
if (! preg_match('/specimen/i',$objectref)) $dir.= "/" . $objectref;
|
||||||
$file = $dir . "/" . $objectref . ".odt";
|
$file = $dir . "/" . $objectref . ".odt";
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
else if (type == 'boolean') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide();}
|
else if (type == 'boolean') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide();}
|
||||||
else if (type == 'price') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide();}
|
else if (type == 'price') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").hide();jQuery("#helpchkbxlst").hide();}
|
||||||
else if (type == 'select') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").show();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
else if (type == 'select') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").show();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
||||||
else if (type == 'link') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").hide();jQuery("#helpsellist").hide();;jQuery("#helpchkbxlst").hide();jQuery("#helplink").show();}
|
else if (type == 'link') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").hide();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").show();}
|
||||||
else if (type == 'sellist') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").hide();jQuery("#helpsellist").show();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
else if (type == 'sellist') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").hide();jQuery("#helpsellist").show();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
||||||
else if (type == 'radio') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").show();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
else if (type == 'radio') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").show();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
||||||
else if (type == 'checkbox') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").show();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
else if (type == 'checkbox') { size.val('').attr('disabled','disabled'); unique.attr('disabled','disabled'); jQuery("#value_choice").show();jQuery("#helpselect").show();jQuery("#helpsellist").hide();jQuery("#helpchkbxlst").hide();jQuery("#helplink").hide();}
|
||||||
|
|||||||
@ -623,7 +623,7 @@ class ExpenseReport extends CommonObject
|
|||||||
print $langs->trans('Draft').' '.img_picto($langs->trans('Draft'),'statut0');
|
print $langs->trans('Draft').' '.img_picto($langs->trans('Draft'),'statut0');
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
print $langs->trans('TripForValid').' '.img_picto($langs->trans('TripForValid'),'statut3');;
|
print $langs->trans('TripForValid').' '.img_picto($langs->trans('TripForValid'),'statut3');
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
print $langs->trans('TripForPaid').' '.img_picto($langs->trans('TripForPaid'),'statut3');
|
print $langs->trans('TripForPaid').' '.img_picto($langs->trans('TripForPaid'),'statut3');
|
||||||
|
|||||||
@ -394,7 +394,7 @@ if ($action == 'create')
|
|||||||
*/
|
*/
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
$quantite_livree = $commande->livraisons[$line->id];
|
$quantite_livree = $commande->livraisons[$line->id];
|
||||||
print $quantite_livree;;
|
print $quantite_livree;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
$quantite_commandee = $line->qty;
|
$quantite_commandee = $line->qty;
|
||||||
|
|||||||
@ -367,7 +367,7 @@ if ($comments) {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("NoCommentYet").'<br>';;
|
print $langs->trans("NoCommentYet").'<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|||||||
@ -268,7 +268,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
$productstatic->type=$value["fk_product_type"];
|
$productstatic->type=$value["fk_product_type"];
|
||||||
$productstatic->ref=$value['label'];
|
$productstatic->ref=$value['label'];
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>'.$productstatic->getNomUrl(1,'composition').'</td>';;
|
print '<td>'.$productstatic->getNomUrl(1,'composition').'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
@ -31,7 +31,7 @@ $langs->load("stocks");
|
|||||||
// Security check
|
// Security check
|
||||||
$result=restrictedArea($user,'stock');
|
$result=restrictedArea($user,'stock');
|
||||||
|
|
||||||
$sref=GETPOST("sref");;
|
$sref=GETPOST("sref");
|
||||||
$snom=GETPOST("snom");
|
$snom=GETPOST("snom");
|
||||||
$sall=GETPOST("sall");
|
$sall=GETPOST("sall");
|
||||||
|
|
||||||
|
|||||||
@ -129,7 +129,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
$colwidth=30;
|
$colwidth=30;
|
||||||
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
|
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
|
||||||
|
|
||||||
dol_fiche_end();;
|
dol_fiche_end();
|
||||||
}
|
}
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|||||||
@ -107,7 +107,7 @@ dol_fiche_head($head, 'card', $langs->trans("ThirdParty"),0,'company');
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $langs->trans('EMail'); ?></td>
|
<td><?php echo $langs->trans('EMail'); ?></td>
|
||||||
<td><?php echo $this->control->tpl['email'];; ?></td>
|
<td><?php echo $this->control->tpl['email']; ?></td>
|
||||||
<td><?php echo $langs->trans('Web'); ?></td>
|
<td><?php echo $langs->trans('Web'); ?></td>
|
||||||
<td><?php echo $this->control->tpl['url']; ?></td>
|
<td><?php echo $this->control->tpl['url']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -106,7 +106,7 @@ dol_fiche_head($head, 'card', $langs->trans("ThirdParty"),0,'company');
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $langs->trans('EMail'); ?></td>
|
<td><?php echo $langs->trans('EMail'); ?></td>
|
||||||
<td><?php echo $this->control->tpl['email'];; ?></td>
|
<td><?php echo $this->control->tpl['email']; ?></td>
|
||||||
<td><?php echo $langs->trans('Web'); ?></td>
|
<td><?php echo $langs->trans('Web'); ?></td>
|
||||||
<td><?php echo $this->control->tpl['url']; ?></td>
|
<td><?php echo $this->control->tpl['url']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -160,6 +160,6 @@ echo '</pre>';
|
|||||||
echo '<h4>SOAP Message</h4>';
|
echo '<h4>SOAP Message</h4>';
|
||||||
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
||||||
|
|
||||||
echo '</body>'."\n";;
|
echo '</body>'."\n";
|
||||||
echo '</html>'."\n";;
|
echo '</html>'."\n";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -92,6 +92,6 @@ echo '<h4>SOAP Message</h4>';
|
|||||||
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
||||||
|
|
||||||
|
|
||||||
echo '</body>'."\n";;
|
echo '</body>'."\n";
|
||||||
echo '</html>'."\n";;
|
echo '</html>'."\n";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -136,6 +136,6 @@ echo '</pre>';
|
|||||||
echo '<h4>SOAP Message</h4>';
|
echo '<h4>SOAP Message</h4>';
|
||||||
echo '<pre>' . htmlspecialchars($soapclient2->response, ENT_QUOTES) . '</pre>';
|
echo '<pre>' . htmlspecialchars($soapclient2->response, ENT_QUOTES) . '</pre>';
|
||||||
|
|
||||||
echo '</body>'."\n";;
|
echo '</body>'."\n";
|
||||||
echo '</html>'."\n";;
|
echo '</html>'."\n";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -99,6 +99,6 @@ echo '</pre>';
|
|||||||
echo '<h4>SOAP Message</h4>';
|
echo '<h4>SOAP Message</h4>';
|
||||||
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
||||||
|
|
||||||
echo '</body>'."\n";;
|
echo '</body>'."\n";
|
||||||
echo '</html>'."\n";;
|
echo '</html>'."\n";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -177,6 +177,6 @@ echo '</pre>';
|
|||||||
echo '<h4>SOAP Message</h4>';
|
echo '<h4>SOAP Message</h4>';
|
||||||
echo '<pre>' . htmlspecialchars($soapclient3->response, ENT_QUOTES) . '</pre>';
|
echo '<pre>' . htmlspecialchars($soapclient3->response, ENT_QUOTES) . '</pre>';
|
||||||
|
|
||||||
echo '</body>'."\n";;
|
echo '</body>'."\n";
|
||||||
echo '</html>'."\n";;
|
echo '</html>'."\n";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -223,6 +223,6 @@ echo '</pre>';
|
|||||||
echo '<h4>SOAP Message</h4>';
|
echo '<h4>SOAP Message</h4>';
|
||||||
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
echo '<pre>' . htmlspecialchars($soapclient->response, ENT_QUOTES) . '</pre>';
|
||||||
|
|
||||||
echo '</body>'."\n";;
|
echo '</body>'."\n";
|
||||||
echo '</html>'."\n";;
|
echo '</html>'."\n";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -116,7 +116,7 @@ if ($resql)
|
|||||||
$oldemail = $obj->email;
|
$oldemail = $obj->email;
|
||||||
$olduid = $obj->uid;
|
$olduid = $obj->uid;
|
||||||
$oldlang = $obj->lang;
|
$oldlang = $obj->lang;
|
||||||
$oldsalerepresentative=dolGetFirstLastname($obj->firstname, $obj->lastname);;
|
$oldsalerepresentative=dolGetFirstLastname($obj->firstname, $obj->lastname);
|
||||||
$message = '';
|
$message = '';
|
||||||
$total = 0;
|
$total = 0;
|
||||||
$foundtoprocess = 0;
|
$foundtoprocess = 0;
|
||||||
|
|||||||
@ -120,7 +120,7 @@ if ($resql)
|
|||||||
$oldemail = $obj->email;
|
$oldemail = $obj->email;
|
||||||
$olduid = $obj->uid;
|
$olduid = $obj->uid;
|
||||||
$oldlang = $obj->lang;
|
$oldlang = $obj->lang;
|
||||||
$oldsalerepresentative=dolGetFirstLastname($obj->firstname, $obj->lastname);;
|
$oldsalerepresentative=dolGetFirstLastname($obj->firstname, $obj->lastname);
|
||||||
$message = '';
|
$message = '';
|
||||||
$total = 0;
|
$total = 0;
|
||||||
$foundtoprocess = 0;
|
$foundtoprocess = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user