mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 09:22:36 +01:00
fix
This commit is contained in:
@@ -134,7 +134,7 @@ if ($action == "addnote") {
|
||||
<input type="submit" class="button takepospay clearboth" value="OK" onclick="Save(); return false;">
|
||||
</form>
|
||||
<?php
|
||||
if ($action == 'freezone' && empty(getDolGlobalString("TAKEPOS_USE_DEFAULT_VATRATE_FOR_FREEZONE"))) {
|
||||
if ($action == 'freezone' && getDolGlobalString("TAKEPOS_USE_DEFAULT_VATRATE_FOR_FREEZONE") == 0) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
Reference in New Issue
Block a user