Skip to content

Commit 8379eb1

Browse files
authored
Fix comment typo in price.php
1 parent 4ef8917 commit 8379eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdocs/product/price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
if (($action == 'update_price' || $action == 'update_level_price') && !$cancel && $permissiontoadd) {
289289
$error = 0;
290290
$pricestoupdate = array();
291-
$object->oldcopy = dol_clone($object, 1); // whencalling ->update later we need to call method on ->oldcopy so we clone using param 1
291+
$object->oldcopy = dol_clone($object, 1); // when calling ->update later we need to call method on ->oldcopy so we clone using param 1
292292

293293
$psq = GETPOSTINT('psqflag');
294294

0 commit comments

Comments
 (0)