mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 08:56:48 +01:00
Potenziale fix per aggiornamento 2.4.16
This commit is contained in:
parent
f568604ec4
commit
0f1e291629
@ -285,10 +285,7 @@ elseif ($record['stato'] == 'Bozza') {
|
||||
</button>';
|
||||
}
|
||||
echo '
|
||||
</div>
|
||||
';
|
||||
|
||||
echo '
|
||||
</div>
|
||||
<div class="clearfix"></div>';
|
||||
|
||||
foreach ($scadenze as $scadenza) {
|
||||
|
@ -78,7 +78,7 @@ CREATE TABLE IF NOT EXISTS `mg_fornitore_articolo` (
|
||||
PRIMARY KEY (`id`),
|
||||
FOREIGN KEY (`id_articolo`) REFERENCES `mg_articoli`(`id`) ON DELETE CASCADE,
|
||||
FOREIGN KEY (`id_fornitore`) REFERENCES `an_anagrafiche`(`idanagrafica`) ON DELETE CASCADE
|
||||
);
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
INSERT INTO `zz_plugins` (`id`, `name`, `title`, `idmodule_from`, `idmodule_to`, `position`, `directory`, `options`) VALUES
|
||||
(NULL, 'Fornitori Articolo', 'Fornitori', (SELECT `id` FROM `zz_modules` WHERE `name`='Articoli'), (SELECT `id` FROM `zz_modules` WHERE `name`='Articoli'), 'tab', 'fornitori_articolo', 'custom');
|
||||
|
Loading…
x
Reference in New Issue
Block a user