verbindlichkeit steuersatz locked after freigabe

This commit is contained in:
OpenXE 2024-01-03 11:23:14 +01:00
parent c582cc1423
commit 2e3a7e7b73
2 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@
<tr> <tr>
<td><button [SAVEDISABLED] name="submit" value="positionen_sachkonto_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td> <td><button [SAVEDISABLED] name="submit" value="positionen_sachkonto_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
</tr> </tr>
<tr> <tr [FREIGABEEINKAUFHIDDEN]>
<td>Steuersatz:&nbsp;<input type="text" id="positionen_steuersatz" name="positionen_steuersatz" value=""></td> <td>Steuersatz:&nbsp;<input type="text" id="positionen_steuersatz" name="positionen_steuersatz" value=""></td>
</tr> </tr>
<tr> <tr [FREIGABEEINKAUFHIDDEN]>
<td><button [SAVEDISABLED] name="submit" value="positionen_steuersatz_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td> <td><button [SAVEDISABLED] name="submit" value="positionen_steuersatz_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
</tr> </tr>
</table> </table>

View File

@ -655,8 +655,8 @@ class Verbindlichkeit {
break; break;
case 'positionen_steuersatz_speichern': case 'positionen_steuersatz_speichern':
$rechnungsfreigabe = $this->app->DB->Select("SELECT rechnungsfreigabe FROM verbindlichkeit WHERE id =".$id); $freigabe = $this->app->DB->SelectArr("SELECT rechnungsfreigabe, freigabe FROM verbindlichkeit WHERE id =".$id)[0];
if ($rechnungsfreigabe) { if ($freigabe['rechnungsfreigabe'] || $freigabe['freigabe']) {
break; break;
} }
// Process multi action // Process multi action