mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
bugfix
This commit is contained in:
@@ -34,6 +34,7 @@ require("./pre.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
|
||||
|
||||
$user->getrights('propale');
|
||||
$user->getrights('user');
|
||||
|
||||
if (!$user->rights->propale->lire)
|
||||
accessforbidden();
|
||||
|
||||
@@ -1594,7 +1594,6 @@ class Form
|
||||
{
|
||||
print '<form method="post" action="'.$page.'">';
|
||||
print '<input type="hidden" name="action" value="setdeliveryadress">';
|
||||
print '<input type="hidden" name="socid" value="'.$socid.'">';
|
||||
print '<table class="noborder" cellpadding="0" cellspacing="0">';
|
||||
print '<tr><td>';
|
||||
$numaddress = $this->select_adresse_livraison($selected, $socid, $htmlname);
|
||||
|
||||
Reference in New Issue
Block a user