mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-11 07:05:22 +01:00
Bugfix modifica contratto dopo fatturazione
This commit is contained in:
parent
010b4332a9
commit
e9fa8376a4
@ -90,7 +90,7 @@ foreach ($righe as $riga) {
|
||||
echo '
|
||||
<td class="text-center">';
|
||||
|
||||
if ($record['stato'] != 'Pagato') {
|
||||
if (empty($record['is_completato'])) {
|
||||
echo '
|
||||
<form action="" method="post" id="delete-form-'.$riga->id.'" role="form">
|
||||
<input type="hidden" name="backto" value="record-edit">
|
||||
|
@ -90,7 +90,7 @@ foreach ($righe as $riga) {
|
||||
echo '
|
||||
<td class="text-center">';
|
||||
|
||||
if ($record['stato'] != 'Pagato') {
|
||||
if (empty($record['is_completato'])) {
|
||||
echo '
|
||||
<form action="" method="post" id="delete-form-'.$riga->id.'" role="form">
|
||||
<input type="hidden" name="backto" value="record-edit">
|
||||
|
Loading…
Reference in New Issue
Block a user