mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
verbindlichkeit steuersatz locked after freigabe
This commit is contained in:
parent
c582cc1423
commit
2e3a7e7b73
@ -61,10 +61,10 @@
|
||||
<tr>
|
||||
<td><button [SAVEDISABLED] name="submit" value="positionen_sachkonto_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr [FREIGABEEINKAUFHIDDEN]>
|
||||
<td>Steuersatz: <input type="text" id="positionen_steuersatz" name="positionen_steuersatz" value=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr [FREIGABEEINKAUFHIDDEN]>
|
||||
<td><button [SAVEDISABLED] name="submit" value="positionen_steuersatz_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -655,8 +655,8 @@ class Verbindlichkeit {
|
||||
break;
|
||||
case 'positionen_steuersatz_speichern':
|
||||
|
||||
$rechnungsfreigabe = $this->app->DB->Select("SELECT rechnungsfreigabe FROM verbindlichkeit WHERE id =".$id);
|
||||
if ($rechnungsfreigabe) {
|
||||
$freigabe = $this->app->DB->SelectArr("SELECT rechnungsfreigabe, freigabe FROM verbindlichkeit WHERE id =".$id)[0];
|
||||
if ($freigabe['rechnungsfreigabe'] || $freigabe['freigabe']) {
|
||||
break;
|
||||
}
|
||||
// Process multi action
|
||||
|
Loading…
Reference in New Issue
Block a user